summaryrefslogtreecommitdiff
path: root/test/dialect/mysql
Commit message (Expand)AuthorAgeFilesLines
* Implement MySQL's ON DUPLICATE KEY UPDATEMichael Doronin2017-07-032-3/+104
* Handle SHOW VARIABLES returning no rowMike Bayer2017-06-161-1/+19
* Allow metadata.reflect() to recover from unreflectable tablesMike Bayer2017-05-221-0/+31
* Remove MySQL UTC_TIMESTAMP ruleMike Bayer2017-04-132-1/+87
* Consider mysql partition options separately from other table optionsMike Bayer2017-04-061-0/+37
* - limit to MySQL dialectMike Bayer2017-02-131-0/+2
* - pull autocommit suite into the mysql suite as wellMike Bayer2017-02-131-0/+9
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-075-139/+140
* Merge "Parse (but don't record) COMMENT portion of MySQL table key"mike bayer2017-01-171-0/+12
|\
| * Parse (but don't record) COMMENT portion of MySQL table keyLele Long2017-01-171-0/+12
* | Add support for prefixes on CREATE INDEX statements in MySQLJoseph Schorr2017-01-171-0/+8
|/
* Add check for blank string coming from MySQL's enumMike Bayer2016-10-281-0/+24
* Propagate kwargs to all MySQL CAST pathsMike Bayer2016-08-041-0/+35
* - a variety of test adjustments to accomodate for MySQL 5.7Mike Bayer2016-07-242-2/+2
* Disable Enum string validation by defaultMike Bayer2016-06-201-1/+3
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-0/+27
* - changelog and docs for #3332, fixes #3332Mike Bayer2016-03-151-23/+24
* Merge branch 'master' into pr157Mike Bayer2016-03-155-138/+393
|\
| * - add changelog and migration notes for new Enum features,Mike Bayer2016-02-021-9/+9
| * - move out match compiler test to test_compilerMike Bayer2016-01-232-23/+11
| * - add a few JSON tests specific to MySQL, including basic reflectionMike Bayer2016-01-061-1/+45
| * - break out mysql/base into modules as it's getting huge with more to comeMike Bayer2016-01-041-1/+2
| * - An adjustment to the regular expression used to parse MySQL views,Mike Bayer2015-12-221-0/+31
| * - fix changelog for #3602Mike Bayer2015-12-081-1/+6
| * - make this DROP conditional, attempting to isolate why jenkins hasMike Bayer2015-12-081-1/+1
| * - Fixed bug in MySQL reflection where the "fractional sections portion"Mike Bayer2015-12-071-2/+8
| * - flake8 test_reflection and rework the type-based tests intoMike Bayer2015-12-071-87/+196
| * - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-072-19/+23
| * - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-1/+54
| * - totally skip on mysqlconnector for nowMike Bayer2015-03-211-0/+1
| * - oursql is unsupported on thisMike Bayer2015-03-211-0/+1
| * - Repaired the commit for issue #2771 which was inadvertently commentedMike Bayer2015-03-201-0/+3
| * - test fixMike Bayer2015-03-201-0/+1
| * - add a test for #2771, fixes #2771Mike Bayer2015-03-201-0/+8
* | Add 'native' autocommit support for mysql driverspr/157Roman Podoliaka2015-02-241-0/+24
|/
* - 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