]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] the "name" of a column-level CHECK constraint,
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Dec 2011 18:46:45 +0000 (13:46 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Dec 2011 18:46:45 +0000 (13:46 -0500)
commit133a0b2460f4c71692795ebbe52f9e521bb8782c
treece469b81e8b4f1553ea83ee3c091797e227640f6
parent3867ea9dc7b432f84d29496c1824486b14cd8bfa
- [bug] the "name" of a column-level CHECK constraint,
if present, is now rendered in the CREATE TABLE
statement using "CONSTRAINT <name> CHECK <expression>".
[ticket:2305]
CHANGES
lib/sqlalchemy/sql/compiler.py
test/sql/test_constraints.py