]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- for [ticket:2651], leaving CheckConstraint alone, preferring to keep
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Dec 2013 00:32:10 +0000 (19:32 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Dec 2013 00:34:48 +0000 (19:34 -0500)
commit0fefc6e22641287100eb0648cf1264daeefeb020
treee6dd4699a625e68f57f1477a43069c2382c9cf12
parentdcb7e7759ae85b2cc4d6a93fffd9746365ffe45a
- for [ticket:2651], leaving CheckConstraint alone, preferring to keep
backwards compatibility.  A note about backslashing escapes is added.
Because the Text() construct now supports bind params better, the example
given in the code raises an exception now, so that should cover us.
The exception itself has been enhanced to include the key name of the
bound param.  We're backporting this to 0.8 but 0.8 doesn't have the
text->bind behavior that raises.

Conflicts:
lib/sqlalchemy/sql/schema.py
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
test/sql/test_compiler.py