0.3.5
0.3.5
Released: Sun Jul 08 2012
-
[bug] Fixed issue whereby reflected server defaults
wouldn't be quoted correctly; uses repr() now.References: #31
-
[bug] Fixed issue whereby when autogenerate would
render create_table() on the upgrade side for a
table that has a Boolean type, an unnecessary
CheckConstraint() would be generated.References: #58
-
[feature] Implemented SQL rendering for
CheckConstraint() within autogenerate upgrade,
including for literal SQL as well as SQL Expression
Language expressions.