summaryrefslogtreecommitdiff
path: root/test/dialect/mysql
Commit message (Expand)AuthorAgeFilesLines
* set identifier length for MySQL constraints to 64Mike Bayer2021-01-301-0/+47
* include negation symbol in numeric default matchMike Bayer2021-01-231-88/+47
* introduce generalized decorator to prevent invalid method callsMike Bayer2021-01-161-0/+16
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-132-3/+3
* remove metadata.bind use from test suiteMike Bayer2021-01-032-195/+187
* 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
* correct for "autocommit" deprecation warningMike Bayer2020-12-114-294/+267
* Reflect decimal points in MariaDB non-quoted numeric defaultsMike Bayer2020-12-031-0/+19
* Don't discard leftovers from surface_selectablesMike Bayer2020-11-261-0/+23
* Revert "Added ssl_mode flag to mysqldb"Mike Bayer2020-11-131-2/+0
* Added ssl_mode flag to mysqldbGord Thompson2020-11-131-0/+2
* Convert to autoload_with internallyMike Bayer2020-11-071-143/+147
* while working on #5435, I found some misses from the previous PR for #5429jonathan vanasco2020-10-301-1/+1
* Support indexing on expressions and functions for the MySQL dialectRamonWill2020-10-121-1/+44
* upgrade to black 20.8b1Mike Bayer2020-09-283-6/+28
* Remove silent ignore for skip_locked w/ unsupported backendsGord Thompson2020-09-152-11/+35
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-132-5/+28
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-082-6/+7
* Modernize some .execute calls in EnumSetTestGord Thompson2020-09-071-286/+255
* Revert "Block non-mysqldb / pymysql from testing Enum"Mike Bayer2020-09-051-7/+2
* Block non-mysqldb / pymysql from testing EnumMike Bayer2020-09-031-2/+7
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+131
* Updates for MariaDB sequencesFederico Caselli2020-08-221-6/+28
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-167-94/+118
* Use importlib_metadata; add namespace for mariadbMike Bayer2020-08-132-67/+91
* Fix mysql CREATE TABLE / COLLATE issueGord Thompson2020-08-091-0/+28
* Fixes for MySQL 8Mike Bayer2020-08-052-5/+19
* Add MariaDB 1927 to is_disconnect codesMike Bayer2020-08-051-0/+2
* 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