summaryrefslogtreecommitdiff
path: root/test/dialect/mysql
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-085-33/+29
* Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-5/+5
* Default create_constraint to FalseMike Bayer2020-06-031-1/+4
* Add with_for_update mysql new functionalitiesRobotScribe2020-05-152-5/+211
* Merge "Deprecate ``DISTINCT ON`` when not targeting PostgreSQL"mike bayer2020-04-201-0/+20
|\
| * Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-0/+20
* | Clean up .execute in test/sql/test_functions.pyGord Thompson2020-04-201-1/+1
|/
* Create initial 2.0 engine implementationMike Bayer2020-04-161-1/+1
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-152-14/+13
* Remove code deprecated before version 1.1Federico Caselli2020-04-093-43/+54
* Gracefully skip isolation level if no row returnedMike Bayer2020-04-071-0/+26
* Clean up (engine|db).execute for mysqlGord Thompson2020-03-311-18/+19
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-214-32/+37
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-3/+10
* Render VALUES within composed MySQL on duplicate key expressionsMike Bayer2020-03-042-0/+42
* Detect PyMySQL connection was killedMike Bayer2019-11-111-0/+28
* Support for generated columnsCaselIT2019-11-081-0/+23
* Refactor dialect tests for combinationsMike Bayer2019-10-223-765/+731
* Correct for MySQL 8.0 table and schema names in FK reflectionMike Bayer2019-07-291-22/+34
* Unwrap TIMESTAMP when doing an isinstance()Mike Bayer2019-06-271-4/+17
* Enable F841Mike Bayer2019-06-201-6/+5
* Accommodate value of None for ON DUPLICATE KEY UPDATELukas Banic2019-06-101-0/+15
* MYSQL: added support for drop check/constraintHannes Hansen2019-05-271-0/+30
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-3/+3
* Add additional parsing to extract the "MariaDB" keyword from version stringMike Bayer2019-04-241-6/+21
* revise timestamp correction schemeMike Bayer2019-02-201-3/+4
* Add complete coverage and fix lower() for MySQL 88718 workaroundMike Bayer2019-02-111-0/+113
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-2/+2
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-6/+1
* Post black reformattingMike Bayer2019-01-067-118/+178
* Run black -l 79 against all source filesMike Bayer2019-01-067-1576/+2122
* Add the write_timeout option for mysql.jun923.gu2018-11-301-0/+1
* Add a test harness for MySQL connect argsMike Bayer2018-11-281-0/+22
* Use case insensitive matching on lower_case_table_names=1,2Mike Bayer2018-11-091-16/+88
* Perform additional retrieval of correct column namesMike Bayer2018-10-031-1/+45
* Add ability to preserve order in MySQL ON DUPLICATE KEY UPDATE.Maxim Bublis2018-08-131-6/+50
* Reflect ASC/DESC in MySQL index columnsMike Bayer2018-06-281-0/+63
* Try to get mysqlconnector somewhat workingMike Bayer2018-06-271-0/+1
* Use utf8mb4 (or utf8mb3) for all things MySQLMike Bayer2018-06-252-14/+24
* Render FOR UPDATE on the inner subquery as well as the outerMike Bayer2018-05-011-0/+161
* Render and reflect MySQL WITH PARSER index optionsMike Bayer2018-04-172-3/+70
* Add values_callable feature to EnumJon Snyder2018-02-071-6/+47
* Turn on testing for JSON under Mariadb 10.2.7 and greaterMike Bayer2018-01-121-0/+1
* Allow delete where clause to refer multiple tables.inytar2017-12-051-0/+17
* Propagate kwargs for mysql concat, matchMike Bayer2017-11-131-1/+17
* Get MariaDB normalized version relative to "MariaDB" tokenMike Bayer2017-10-201-0/+40
* Support mariadb 10.2Mike Bayer2017-09-281-12/+24
* Make a common approach for "emulated" typesMike Bayer2017-09-251-0/+1
* Rename MySQL dml.insert().values to .insertedMike Bayer2017-09-082-13/+14
* Apply percent sign escaping to literal binds, commentsMike Bayer2017-08-251-2/+4