Closed volcan01010 closed 1 year ago
This is a minor fix to allow the tests to pass in Python 3.6, where sqlite3.connect() cannot accept a Path parameter.
sqlite3.connect()
Discussion of performance implications of different row factories is also added.
FYI @ximenesuk : merging my own minor fix.
This is a minor fix to allow the tests to pass in Python 3.6, where
sqlite3.connect()
cannot accept a Path parameter.Discussion of performance implications of different row factories is also added.