pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Use lists instead of sets to maintain order of column names #305

Closed abmyii closed 4 years ago

abmyii commented 4 years ago

Thanks for merging!

pudo commented 4 years ago

Didn't notice it's breaking the test. Any idea why?

abmyii commented 4 years ago

Thanks for fixing the problem! I hadn't the time to look at it since I submitted this PR. However in my usage, it worked as intended.