frictionlessdata / tableschema-sql-py

Generate SQL tables, load and extract data, based on JSON Table Schema descriptors.
MIT License
60 stars 19 forks source link

Fix bug with generators + update, modify generator API #55

Closed akariv closed 7 years ago

akariv commented 7 years ago

This PR fixes a small bug I introduced (updated rows weren't returned via the generator). Also, I'm modifying the way the generator works - instead of just pushing the data, push the row and some metadata via a namedtuple. This is in preparation for the next PR which will introduce autoincrement fields.