summaryrefslogtreecommitdiff
path: root/test/dialect/mysql/test_compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Fix creating zero length char with MySQL dialectJ. Nick Koston2023-03-271-0/+25
* use mysql 8 syntax for ON DUPLICATE KEY UPDATECaspar Wylie2023-02-061-10/+78
* Try running pyupgrade on the codeFederico Caselli2022-11-161-2/+0
* Support GROUP BY ROLLUP on MySql/MariaDBFederico Caselli2022-09-091-0/+7
* ensure RETURNING renders in stringify w/ no server versionMike Bayer2022-08-031-0/+20
* implement multi-element expression constructsMike Bayer2022-04-131-1/+1
* Implement generic Double and related fixed typeszeeeeeb2022-02-251-0/+6
* Fixed issue in visit_on_duplicate_key_update within a composed expressionCristian Sabaila2021-11-021-2/+2
* fix: Update reserved words list of MySQL / MariaDB dialectKevin Kirsche2021-10-201-12/+75
* Bugfix: MySQL expression: may be bindparam or other expressionAnton Kovalevich2021-10-051-0/+21
* Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
* 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