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

Deprecate get rows #182

Closed leorudczenko closed 1 year ago

leorudczenko commented 1 year ago

Summary

The function get_rows has been deprecated in favour of fetchall. This change has been made across the code, tests and documentation.

Closes #176

volcan01010 commented 1 year ago

Bye-bye get_rows. This change is going to break a lot of early ETL scripts. But it is for the best...