]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix #624, modulo operator escaping on mysql and postgres
authorAnts Aasma <ants.aasma@gmail.com>
Tue, 26 Jun 2007 16:37:30 +0000 (16:37 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Tue, 26 Jun 2007 16:37:30 +0000 (16:37 +0000)
commitb191254d8aceca10b40dd5957f3ddf9147a4c534
tree1362d1c2b224c1b3a102f5656236e61be18b320f
parent987581e6d2c893f4fe1c6877bd4b096f00ff63c3
fix #624, modulo operator escaping on mysql and postgres
someone should test this with oracle, firebird and sql server also
CHANGES
lib/sqlalchemy/databases/mysql.py
lib/sqlalchemy/databases/postgres.py
test/sql/query.py