bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.

Home Page:http://findingscience.com/twistar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bad column quoting for postgres

jerith opened this issue · comments

twistar uses backticks to quote column names, which doesn't work for postgres.

Oh, looks like a pull request creates a new issue. This is a duplicate of #16.