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

Fix dodumentation for executemany() #169

Closed rbroth closed 1 year ago

rbroth commented 1 year ago

The comments on executemany say that it accepts tuples, but it also works with dictionaries

volcan01010 commented 1 year ago

Closed by #179