]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fixed DDL quoting with literal strings that have ' [ticket:1640]
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Jan 2010 18:53:41 +0000 (18:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 3 Jan 2010 18:53:41 +0000 (18:53 +0000)
commitd66f470326c59330e323ad470d6014d2adbba729
tree055654aba24c9acfd6ac37a8f601f44ef84d8560
parentcae83dd7ea9b847961b4df3227bc829b62510640
fixed DDL quoting with literal strings that have ' [ticket:1640]
CHANGES
lib/sqlalchemy/sql/util.py
test/dialect/test_postgresql.py