BritishGeologicalSurvey / etlhelper

ETL Helper is a Python ETL library to simplify data transfer into and out of databases.
https://britishgeologicalsurvey.github.io/etlhelper/
GNU Lesser General Public License v3.0
105 stars 25 forks source link

Py36 fix #138

Closed volcan01010 closed 1 year ago

volcan01010 commented 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.

Discussion of performance implications of different row factories is also added.

volcan01010 commented 1 year ago

FYI @ximenesuk : merging my own minor fix.