bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.
http://findingscience.com/twistar
Other
132 stars 38 forks source link

Change BaseInteraction.insert() to pass rowid to callback to match docs #55

Closed nocko closed 9 years ago

nocko commented 9 years ago

I think this is what you wanted, I split my changes as to not confound the issues.

bmuller commented 9 years ago

Taken care of in b35c2e3 - and tested in postgresql as well. Thanks!