Files
sqlalchemy/test/sql
Mike Bayer 383bb3f708 - The :class:.CheckConstraint construct now supports naming
conventions that include the token ``%(column_0_name)s``; the
constraint expression is scanned for columns.  Additionally,
naming conventions for check constraints that don't include the
``%(constraint_name)s`` token will now work for :class:`.SchemaType`-
generated constraints, such as those of :class:`.Boolean` and
:class:`.Enum`; this stopped working in 0.9.7 due to 🎫`3067`.
fixes #3299
2015-01-30 13:38:51 -05:00
..
2015-01-26 22:45:12 -05:00
2014-07-18 17:40:58 -04:00
2015-01-06 11:34:52 -05:00
2014-09-05 16:28:20 -04:00
2014-07-18 17:40:58 -04:00
2015-01-26 18:43:19 -05:00
2014-07-18 17:40:58 -04:00