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

154 deprecate fetchmany #167

Closed leorudczenko closed 1 year ago

leorudczenko commented 1 year ago

Description

This merge request deprecates the function fetchmany as specified by issue #154.

Closes #154

volcan01010 commented 1 year ago

All tests pass and tidied up code file looks neat.