summaryrefslogtreecommitdiff
path: root/test/dialect
Commit message (Expand)AuthorAgeFilesLines
* Add some new types to MSSQL; ticket #721Paul Johnston2007-08-171-0/+29
* - fixed specification of YEAR columns when generating schemaJason Kirtland2007-08-091-0/+33
* - foreign key specs can have any chararcter in their identifiersMike Bayer2007-07-181-0/+21
* - ForeignKey to a table in a schema thats not the default schemaMike Bayer2007-07-081-0/+44
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-062-14/+14
* postgres:Mike Bayer2007-06-292-0/+196
* - Emit BOOL rather than BOOLEAN for MySQL booleans in DDL, for old versionsJason Kirtland2007-05-311-5/+8
* - Nearly all MySQL column types are now supported for declaration andJason Kirtland2007-05-251-15/+89
* - Expanded on the MySQL ENUM 'strict' documentation a little bit.Jason Kirtland2007-05-021-0/+1
* - MySQL ENUM types can now optionally ensure that values are within theJason Kirtland2007-05-023-0/+287