summaryrefslogtreecommitdiff
path: root/test/dialect/mysql
Commit message (Expand)AuthorAgeFilesLines
* - working through this..Mike Bayer2014-03-021-19/+0
* - remove the "utf8_engine" concept; current MySQL + drivers don't haveMike Bayer2014-03-021-22/+18
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-191-3/+24
* Fixes MySQL dialect partitioningMarcus McCurdy2014-02-141-0/+30
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-132-2/+12
* remove printMike Bayer2013-12-191-1/+0
* - Improvements to the system by which SQL types generate withinMike Bayer2013-12-181-3/+18
* - fix up rendering of "of"Mike Bayer2013-11-281-0/+15
* - this test only for mysqlMike Bayer2013-11-231-2/+5
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-221-1/+18
* - Fix and test parsing of MySQL foreign key options within reflection;Mike Bayer2013-10-251-0/+19
* - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-3/+17
* The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-142-109/+190
* MySQL-connector dialect now allows options in the create_engineMike Bayer2013-10-131-5/+54
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-0/+10
* for this test, apparently we don't handle sets as unordered since neither doesMike Bayer2013-07-021-3/+9
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-286-0/+1632