summaryrefslogtreecommitdiff
path: root/test/dialect/mysql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Rename MySQL dml.insert().values to .insertedMike Bayer2017-09-081-7/+7
* Implement MySQL's ON DUPLICATE KEY UPDATEMichael Doronin2017-07-031-3/+45
* Remove MySQL UTC_TIMESTAMP ruleMike Bayer2017-04-131-1/+6
* Consider mysql partition options separately from other table optionsMike Bayer2017-04-061-0/+37
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-3/+6
* Add support for prefixes on CREATE INDEX statements in MySQLJoseph Schorr2017-01-171-0/+8
* Propagate kwargs to all MySQL CAST pathsMike Bayer2016-08-041-0/+35
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-0/+27
* - move out match compiler test to test_compilerMike Bayer2016-01-231-0/+6
* - The system by which a :class:`.Column` considers itself to be anMike Bayer2015-10-071-5/+3
* - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-091-1/+11
* - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-091-29/+46
* - flake8Mike Bayer2015-02-091-74/+99
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-1/+1
* - fix test failuresMike Bayer2014-06-211-2/+2
* - Fixed bug where column names added to ``mysql_length`` parameterMike Bayer2014-06-181-0/+33
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-19/+0
* Fixes MySQL dialect partitioningMarcus McCurdy2014-02-141-0/+30
* - The MySQL CAST compilation now takes into account aspects of a stringMike Bayer2014-01-131-0/+2
* - fix up rendering of "of"Mike Bayer2013-11-281-0/+15
* - The change in :ticket:`2721`, which is that the ``deferrable`` keywordMike Bayer2013-10-181-3/+17
* - Fixed bug in default compiler plus those of postgresql, mysql, andMike Bayer2013-10-121-0/+10
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+437