]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in new :paramref:`.MetaData.naming_convention` feature
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Mar 2014 18:46:55 +0000 (14:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Mar 2014 18:46:55 +0000 (14:46 -0400)
commitd85d6f9a3f1d3132abcd917d4378b2c4e14aec65
tree3754298a77e373c677f8447e9329c5a3f38057cb
parent66338e33bfeab571340b86e321b4237b20456a0f
- Fixed bug in new :paramref:`.MetaData.naming_convention` feature
where the name of a check constraint making use of the
`"%(constraint_name)s"` token would get doubled up for the
constraint generated by a boolean or enum type, and overall
duplicate events would cause the `"%(constraint_name)s"` token
to keep compounding itself.
fixes #2991
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/naming.py
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_metadata.py