| Commit message (Expand) | Author | Age | Files | Lines |
| * | revise timestamp correction scheme | Mike Bayer | 2019-02-20 | 1 | -3/+4 |
| * | Add complete coverage and fix lower() for MySQL 88718 workaround | Mike Bayer | 2019-02-11 | 1 | -0/+113 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 6 | -109/+161 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 6 | -1524/+2032 |
| * | Add the write_timeout option for mysql. | jun923.gu | 2018-11-30 | 1 | -0/+1 |
| * | Add a test harness for MySQL connect args | Mike Bayer | 2018-11-28 | 1 | -0/+22 |
| * | Use case insensitive matching on lower_case_table_names=1,2 | Mike Bayer | 2018-11-09 | 1 | -16/+88 |
| * | Perform additional retrieval of correct column names | Mike Bayer | 2018-10-03 | 1 | -1/+45 |
| * | Reflect ASC/DESC in MySQL index columns | Mike Bayer | 2018-06-28 | 1 | -1/+64 |
| * | Use utf8mb4 (or utf8mb3) for all things MySQL | Mike Bayer | 2018-06-25 | 2 | -14/+24 |
| * | Add values_callable feature to Enum | Jon Snyder | 2018-02-07 | 1 | -6/+47 |
| * | Turn on testing for JSON under Mariadb 10.2.7 and greater | Mike Bayer | 2018-01-12 | 1 | -0/+1 |
| * | Allow delete where clause to refer multiple tables. | inytar | 2017-12-05 | 1 | -0/+17 |
| * | Propagate kwargs for mysql concat, match | Mike Bayer | 2017-11-13 | 1 | -1/+17 |
| * | Get MariaDB normalized version relative to "MariaDB" token | Mike Bayer | 2017-10-20 | 1 | -0/+40 |
| * | Support mariadb 10.2 | Mike Bayer | 2017-09-28 | 1 | -12/+24 |
| * | Make a common approach for "emulated" types | Mike Bayer | 2017-09-25 | 1 | -0/+1 |
| * | Rename MySQL dml.insert().values to .inserted | Mike Bayer | 2017-09-08 | 2 | -13/+14 |
| * | Apply percent sign escaping to literal binds, comments | Mike Bayer | 2017-08-25 | 1 | -2/+4 |
| * | - this test doesn't work in strict mode, not that important | Mike Bayer | 2017-08-20 | 1 | -0/+1 |
| * | Implement MySQL's ON DUPLICATE KEY UPDATE | Michael Doronin | 2017-07-03 | 2 | -3/+104 |
| * | Handle SHOW VARIABLES returning no row | Mike Bayer | 2017-06-16 | 1 | -1/+19 |
| * | Allow metadata.reflect() to recover from unreflectable tables | Mike Bayer | 2017-05-22 | 1 | -0/+31 |
| * | Remove MySQL UTC_TIMESTAMP rule | Mike Bayer | 2017-04-13 | 2 | -1/+87 |
| * | Consider mysql partition options separately from other table options | Mike Bayer | 2017-04-06 | 1 | -0/+37 |
| * | - limit to MySQL dialect | Mike Bayer | 2017-02-13 | 1 | -0/+2 |
| * | - pull autocommit suite into the mysql suite as well | Mike Bayer | 2017-02-13 | 1 | -0/+9 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 5 | -139/+140 |
| * | Merge "Parse (but don't record) COMMENT portion of MySQL table key" | mike bayer | 2017-01-17 | 1 | -0/+12 |
| |\ |
|
| | * | Parse (but don't record) COMMENT portion of MySQL table key | Lele Long | 2017-01-17 | 1 | -0/+12 |
| * | | Add support for prefixes on CREATE INDEX statements in MySQL | Joseph Schorr | 2017-01-17 | 1 | -0/+8 |
| |/ |
|
| * | Add check for blank string coming from MySQL's enum | Mike Bayer | 2016-10-28 | 1 | -0/+24 |
| * | Propagate kwargs to all MySQL CAST paths | Mike Bayer | 2016-08-04 | 1 | -0/+35 |
| * | - a variety of test adjustments to accomodate for MySQL 5.7 | Mike Bayer | 2016-07-24 | 2 | -2/+2 |
| * | Disable Enum string validation by default | Mike Bayer | 2016-06-20 | 1 | -1/+3 |
| * | - Added support for rendering "FULL OUTER JOIN" to both Core and ORM. | Mike Bayer | 2016-03-28 | 1 | -0/+27 |
| * | - changelog and docs for #3332, fixes #3332 | Mike Bayer | 2016-03-15 | 1 | -23/+24 |
| * | Merge branch 'master' into pr157 | Mike Bayer | 2016-03-15 | 5 | -138/+393 |
| |\ |
|
| | * | - add changelog and migration notes for new Enum features, | Mike Bayer | 2016-02-02 | 1 | -9/+9 |
| | * | - move out match compiler test to test_compiler | Mike Bayer | 2016-01-23 | 2 | -23/+11 |
| | * | - add a few JSON tests specific to MySQL, including basic reflection | Mike Bayer | 2016-01-06 | 1 | -1/+45 |
| | * | - break out mysql/base into modules as it's getting huge with more to come | Mike Bayer | 2016-01-04 | 1 | -1/+2 |
| | * | - An adjustment to the regular expression used to parse MySQL views, | Mike Bayer | 2015-12-22 | 1 | -0/+31 |
| | * | - fix changelog for #3602 | Mike Bayer | 2015-12-08 | 1 | -1/+6 |
| | * | - make this DROP conditional, attempting to isolate why jenkins has | Mike Bayer | 2015-12-08 | 1 | -1/+1 |
| | * | - Fixed bug in MySQL reflection where the "fractional sections portion" | Mike Bayer | 2015-12-07 | 1 | -2/+8 |
| | * | - flake8 test_reflection and rework the type-based tests into | Mike Bayer | 2015-12-07 | 1 | -87/+196 |
| | * | - The system by which a :class:`.Column` considers itself to be an | Mike Bayer | 2015-10-07 | 2 | -19/+23 |
| | * | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 1 | -1/+54 |
| | * | - totally skip on mysqlconnector for now | Mike Bayer | 2015-03-21 | 1 | -0/+1 |