| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |