harpreetkhanuja51

Results 1 comments of harpreetkhanuja51

I was facing similar issue, I have updated venv/lib/python3.8/site-packages/pyrqlite/extensions.py: Line 111 (https://github.com/rqlite/pyrqlite/blob/master/src/pyrqlite/extensions.py#L111): Replaced: 'DATETIME': lambda x: x.replace('T', ' ').rstrip('Z') With: 'DATETIME': lambda x: x.replace('T', ' ').rstrip('Z') if x is not...