[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed bug in new :paramref:`.MetaData.naming_conv
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-03-12 18:47:52
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/d85d6f9a3f1d/ Changeset: d85d6f9a3f1d Branch: master User: zzzeek Date: 2014-03-12 19:46:55 Summary: - 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 Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |