summaryrefslogtreecommitdiff
path: root/test/dialect/test_mysql.py
Commit message (Expand)AuthorAgeFilesLines
...
* Match tests have been completely wrong.Michael Trier2010-02-261-2/+2
* - Added reflection/create table support for a wide rangeMike Bayer2010-02-231-1/+42
* - Composite PK table on InnoDB where the "autoincrement" columnMike Bayer2010-02-221-0/+32
* get tests to pass for OurSQLMike Bayer2010-02-151-0/+1
* - Further fixes for the mysql-connector dialect. [ticket:1668]Mike Bayer2010-02-141-0/+11
* Fix mysql reflection of TINYINT(1) UNSIGNED columns.Jason Kirtland2010-02-101-12/+15
* - Fixed reflection bug whereby when COLLATE was present,Mike Bayer2010-02-101-3/+3
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-231-4/+3
* - mysql: a column of type TIMESTAMP now defaults to NULL ifMike Bayer2009-12-181-4/+33
* - The Boolean type, when used on a backend that doesn'tMike Bayer2009-12-061-2/+1
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-1/+1
* add NATIONAL CHAR testMike Bayer2009-11-221-0/+2
* - VARCHAR/NVARCHAR will not render without a length, raisesMike Bayer2009-11-221-2/+15
* - new oursql dialect added. [ticket:1613]Mike Bayer2009-11-101-1/+1
* - generalized Enum to issue a CHECK constraint + VARCHAR on default platformMike Bayer2009-10-251-3/+21
* - Added new ENUM type to the Postgresql dialect, which exists as a schema-levelMike Bayer2009-10-251-47/+79
* fix MySQL testsMike Bayer2009-10-181-0/+4
* deprecations per [ticket:1498]:Mike Bayer2009-10-151-2/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-061-109/+110
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+1167