| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - use provide_metadata for new unique constraint / index tests | Mike Bayer | 2014-10-04 | 1 | -19/+20 |
| * | Reflect unique constraints when reflecting a Table object | Johannes Erdfelt | 2014-09-17 | 1 | -0/+31 |
| * | - MySQL boolean symbols "true", "false" work again. 0.9's change | Mike Bayer | 2014-09-05 | 1 | -1/+22 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -1/+1 |
| * | - these tests were squashing deprecation warnings all along... | Mike Bayer | 2014-08-31 | 1 | -5/+8 |
| * | - oursql doesn't pass this consistently, not sure what the issue is | Mike Bayer | 2014-08-08 | 1 | -6/+12 |
| * | oursql seems to handle this? unclear, might be dependent on mysql version | Mike Bayer | 2014-08-08 | 1 | -7/+1 |
| * | - determine the root cause of the mysqlconnector issue, report | Mike Bayer | 2014-07-10 | 1 | -5/+4 |
| * | - mark tests failing for mysqlconnector, oursql | Mike Bayer | 2014-07-10 | 1 | -3/+10 |
| * | - support __only_on__ and __backend__ at the same time | Mike Bayer | 2014-07-09 | 1 | -6/+1 |
| * | - Changed the default value of "raise_on_warnings" to False for | Mike Bayer | 2014-07-09 | 4 | -3/+9 |
| * | - add a test to confirm #3096, we definitely get a timedelta | Mike Bayer | 2014-06-25 | 1 | -0/+10 |
| * | - fix test failures | Mike Bayer | 2014-06-21 | 1 | -2/+2 |
| * | - Fixed bug where column names added to ``mysql_length`` parameter | Mike Bayer | 2014-06-18 | 1 | -0/+33 |
| * | Added optional '=' to MySQL KEY_BLOCK_SIZE regex | W. Sean McGivern | 2014-04-19 | 1 | -0/+4 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 2 | -41/+18 |
| * | - Added new MySQL-specific :class:`.mysql.DATETIME` which includes | Mike Bayer | 2014-02-19 | 1 | -3/+24 |
| * | Fixes MySQL dialect partitioning | Marcus McCurdy | 2014-02-14 | 1 | -0/+30 |