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

Catch StopIteration raised when fetchone() is empty #67

Closed volcan01010 closed 4 years ago

volcan01010 commented 4 years ago

This fix had already been submitted by @metazool and merged by @dvalters, but somehow it isn't in the main branch now. This pull request adds it again.

https://github.com/BritishGeologicalSurvey/etlhelper/pull/42