summaryrefslogtreecommitdiff
path: root/test/dialect/mysql
Commit message (Expand)AuthorAgeFilesLines
* revise timestamp correction schemeMike Bayer2019-02-201-3/+4
* Add complete coverage and fix lower() for MySQL 88718 workaroundMike Bayer2019-02-111-0/+113
* Post black reformattingMike Bayer2019-01-066-109/+161
* Run black -l 79 against all source filesMike Bayer2019-01-066-1524/+2032
* Add the write_timeout option for mysql.jun923.gu2018-11-301-0/+1
* Add a test harness for MySQL connect argsMike Bayer2018-11-281-0/+22
* Use case insensitive matching on lower_case_table_names=1,2Mike Bayer2018-11-091-16/+88
* Perform additional retrieval of correct column namesMike Bayer2018-10-031-1/+45
* Reflect ASC/DESC in MySQL index columnsMike Bayer2018-06-281-1/+64
* Use utf8mb4 (or utf8mb3) for all things MySQLMike Bayer2018-06-252-14/+24
* Add values_callable feature to EnumJon Snyder2018-02-071-6/+47
* Turn on testing for JSON under Mariadb 10.2.7 and greaterMike Bayer2018-01-121-0/+1
* Allow delete where clause to refer multiple tables.inytar2017-12-051-0/+17
* Propagate kwargs for mysql concat, matchMike Bayer2017-11-131-1/+17
* Get MariaDB normalized version relative to "MariaDB" tokenMike Bayer2017-10-201-0/+40
* Support mariadb 10.2Mike Bayer2017-09-281-12/+24
* Make a common approach for "emulated" typesMike Bayer2017-09-251-0/+1
* Rename MySQL dml.insert().values to .insertedMike Bayer2017-09-082-13/+14
* Apply percent sign escaping to literal binds, commentsMike Bayer2017-08-251-2/+4
* - this test doesn't work in strict mode, not that importantMike Bayer2017-08-201-0/+1
* 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