| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | * | - oursql is unsupported on this | Mike Bayer | 2015-03-21 | 1 | -0/+1 |
| | * | - Repaired the commit for issue #2771 which was inadvertently commented | Mike Bayer | 2015-03-20 | 1 | -0/+3 |
| | * | - test fix | Mike Bayer | 2015-03-20 | 1 | -0/+1 |
| | * | - add a test for #2771, fixes #2771 | Mike Bayer | 2015-03-20 | 1 | -0/+8 |
| * | | Add 'native' autocommit support for mysql driverspr/157 | Roman Podoliaka | 2015-02-24 | 1 | -0/+24 |
| |/ |
|
| * | - additional mysql cast-related test fixes | Mike Bayer | 2015-02-09 | 1 | -0/+1 |
| * | - The MySQL dialect now supports CAST on types that are constructed | Mike Bayer | 2015-02-09 | 1 | -1/+11 |
| * | - A warning is emitted when :func:`.cast` is used with the MySQL | Mike Bayer | 2015-02-09 | 1 | -29/+46 |
| * | - flake8 | Mike Bayer | 2015-02-09 | 1 | -74/+99 |
| * | - make even more tables | Mike Bayer | 2015-02-07 | 1 | -27/+30 |
| * | - break up the tables here to avoid the error we're getting | Mike Bayer | 2015-02-06 | 1 | -15/+24 |
| * | - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL in | Mike Bayer | 2015-02-05 | 2 | -29/+133 |
| * | - this is passing, no idea why | Mike Bayer | 2015-01-04 | 1 | -3/+0 |
| * | - The :class:`.mysql.SET` type has been overhauled to no longer | Mike Bayer | 2015-01-03 | 1 | -8/+112 |
| * | - clean up SET tests | Mike Bayer | 2015-01-03 | 1 | -95/+135 |
| * | - The :meth:`.Operators.match` operator is now handled such that the | Mike Bayer | 2014-12-04 | 1 | -6/+33 |
| * | - this test passes now in more recent mysqlconnector | Mike Bayer | 2014-10-13 | 1 | -4/+2 |