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
100 stars 25 forks source link

Change column type to lowercase #178

Closed volcan01010 closed 1 year ago

volcan01010 commented 1 year ago

This merge request updates the table info returned by SQLite to ensure that the type is in lower case. A recent change to sqlite3 changed the response, causing our test suite to fail.