Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add changelog and migration notes for new Enum features, | Mike Bayer | 2016-02-02 | 1 | -25/+17 |
| | | | | | | | | | | | | 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 | ||||
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | - break out mysql/base into modules as it's getting huge with more to come | Mike Bayer | 2016-01-04 | 1 | -0/+307 |