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

Deprecate `fetchmany` #154

Closed rbroth closed 1 year ago

rbroth commented 1 year ago

It doesn't behave in the same way as the cursor.fetchmany as it creates a new cursor each time.

volcan01010 commented 1 year ago

Closed by #167, but issue not automatically closed because merged into for_v1.