summaryrefslogtreecommitdiff
path: root/test/dialect/mysql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize tests - dml_valuesGord Thompson2021-07-261-1/+1
* Modernize tests - select(whereclause)Gord Thompson2021-07-041-1/+3
* Implement MySQL-specific MATCHAnton Kovalevich2021-06-211-15/+149
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+1
* introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-0/+16
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-2/+2
* Support casting to ``FLOAT`` in MySQL and MariaDb.Federico Caselli2020-12-301-3/+29
* narrow the check for double-paren exprs in mysql create_indexMike Bayer2020-12-261-0/+40
* Support indexing on expressions and functions for the MySQL dialectRamonWill2020-10-121-1/+44
* Remove silent ignore for skip_locked w/ unsupported backendsGord Thompson2020-09-151-11/+0
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-5/+6
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+131
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-161-33/+0
* Use importlib_metadata; add namespace for mariadbMike Bayer2020-08-131-7/+3
* Fix mysql CREATE TABLE / COLLATE issueGord Thompson2020-08-091-0/+28
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-6/+6
* Add with_for_update mysql new functionalitiesRobotScribe2020-05-151-5/+14
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-3/+10
* Render VALUES within composed MySQL on duplicate key expressionsMike Bayer2020-03-041-0/+25
* Support for generated columnsCaselIT2019-11-081-0/+23
* Refactor dialect tests for combinationsMike Bayer2019-10-221-118/+113
* Enable F841Mike Bayer2019-06-201-6/+5
* MYSQL: added support for drop check/constraintHannes Hansen2019-05-271-0/+30
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-2/+2
* Post black reformattingMike Bayer2019-01-061-48/+52
* Run black -l 79 against all source filesMike Bayer2019-01-061-309/+410
* Render and reflect MySQL WITH PARSER index optionsMike Bayer2018-04-171-0/+10
* Allow delete where clause to refer multiple tables.inytar2017-12-051-0/+17
* Propagate kwargs for mysql concat, matchMike Bayer2017-11-131-1/+17
* 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