summaryrefslogtreecommitdiff
path: root/test/dialect/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* - MySQL ENUM types can now optionally ensure that values are within theJason Kirtland2007-05-021-0/+0
enum's allowed range on insert and update, with strict=True - Added new 'dialect' category of unit tests, and migrated MySQL-specific dialect tests there. - Noted the max identifier length in the MySQL dialect (the max alias length, actually)