| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | - The MySQL CAST compilation now takes into account aspects of a string | Mike Bayer | 2014-01-13 | 2 | -2/+12 |
| * | remove print | Mike Bayer | 2013-12-19 | 1 | -1/+0 |
| * | - Improvements to the system by which SQL types generate within | Mike Bayer | 2013-12-18 | 1 | -3/+18 |
| * | - fix up rendering of "of" | Mike Bayer | 2013-11-28 | 1 | -0/+15 |
| * | - this test only for mysql | Mike Bayer | 2013-11-23 | 1 | -2/+5 |
| * | - The precision used when coercing a returned floating point value to | Mike Bayer | 2013-11-22 | 1 | -1/+18 |
| * | - Fix and test parsing of MySQL foreign key options within reflection; | Mike Bayer | 2013-10-25 | 1 | -0/+19 |
| * | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -3/+17 |
| * | The MySQL :class:`.mysql.SET` type now features the same auto-quoting | Mike Bayer | 2013-10-14 | 2 | -109/+190 |
| * | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -5/+54 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -0/+10 |
| * | for this test, apparently we don't handle sets as unordered since neither does | Mike Bayer | 2013-07-02 | 1 | -3/+9 |
| * | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 6 | -0/+1632 |