]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug where values within an ENUM weren't escaped for single
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Nov 2013 18:53:26 +0000 (13:53 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Nov 2013 18:53:26 +0000 (13:53 -0500)
commit66773a8801a584d36b514e22a03d92d66fb2931b
treee891ac17418ddded7524e8a85f19b9c2a34a6d7b
parent53e93d50caee40fa0873a16ec50a0e09996c8151
- Fixed bug where values within an ENUM weren't escaped for single
quote signs.   Note that this is backwards-incompatible for existing
workarounds that manually escape the single quotes. [ticket:2878]
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_09.rst
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/postgresql/test_compiler.py