]> 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:32:10 +0000 (19:32 -0500)
commit207aaf2f41cff5970b34999d3cfc845a3b0df29c
treeae5c7eb814efcb3a00b0d34e60295f9c045403c6
parent84f1d3417978197c695850b3711ea4b7e2582be8
- 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.
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/schema.py
test/sql/test_compiler.py