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

Fix column quoting for postgres #16

Closed jerith closed 13 years ago

jerith commented 13 years ago

This patch adds an escapeColNames method to the postgres db config.

bmuller commented 13 years ago

Found a few more bugs - and fixed them. Everything should work fine now in Postgres.

jerith commented 13 years ago

Thanks muchly.