summaryrefslogtreecommitdiff
path: root/test/dialect/mysql
Commit message (Expand)AuthorAgeFilesLines
* - additional mysql cast-related test fixesMike Bayer2015-02-091-0/+1
* - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-091-1/+11
* - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-091-29/+46
* - flake8Mike Bayer2015-02-091-74/+99
* - make even more tablesMike Bayer2015-02-071-27/+30
* - break up the tables here to avoid the error we're gettingMike Bayer2015-02-061-15/+24
* - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-052-29/+133
* - this is passing, no idea whyMike Bayer2015-01-041-3/+0
* - The :class:`.mysql.SET` type has been overhauled to no longerMike Bayer2015-01-031-8/+112
* - clean up SET testsMike Bayer2015-01-031-95/+135
* - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-6/+33
* - this test passes now in more recent mysqlconnectorMike Bayer2014-10-131-4/+2
* - use provide_metadata for new unique constraint / index testsMike Bayer2014-10-041-19/+20
* Reflect unique constraints when reflecting a Table objectJohannes Erdfelt2014-09-171-0/+31
* - MySQL boolean symbols "true", "false" work again. 0.9's changeMike Bayer2014-09-051-1/+22
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-1/+1
* - these tests were squashing deprecation warnings all along...Mike Bayer2014-08-311-5/+8
* - oursql doesn't pass this consistently, not sure what the issue isMike Bayer2014-08-081-6/+12
* oursql seems to handle this? unclear, might be dependent on mysql versionMike Bayer2014-08-081-7/+1
* - determine the root cause of the mysqlconnector issue, reportMike Bayer2014-07-101-5/+4
* - mark tests failing for mysqlconnector, oursqlMike Bayer2014-07-101-3/+10
* - support __only_on__ and __backend__ at the same timeMike Bayer2014-07-091-6/+1
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-094-3/+9
* - add a test to confirm #3096, we definitely get a timedeltaMike Bayer2014-06-251-0/+10
* - fix test failuresMike Bayer2014-06-211-2/+2
* - Fixed bug where column names added to ``mysql_length`` parameterMike Bayer2014-06-181-0/+33
* Added optional '=' to MySQL KEY_BLOCK_SIZE regexW. Sean McGivern2014-04-191-0/+4
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-032-41/+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