Files
sqlalchemy/test/sql
Mike Bayer df55695f8e - add changelog and migration notes for new Enum features,
fixes #3095, #3292
- reorganize enum constructor to again work with the MySQL
ENUM type
- add a new create_constraint flag to Enum to complement that of
Boolean
- reinstate the CHECK constraint tests for enum, these already
fail /skip against the MySQL backend
- simplify lookup rules in Enum, have them apply to all varieties
of Enum equally
2016-02-02 15:04:46 -05:00
..
2015-03-18 21:38:57 -07:00
2015-10-29 14:38:34 -04:00
2014-07-18 17:40:58 -04:00
2015-09-27 12:13:06 -04:00
2014-07-18 17:40:58 -04:00
2015-12-14 20:22:04 -05:00