summaryrefslogtreecommitdiff
path: root/test/dialect/mysql
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated dialects and driversFederico Caselli2021-10-311-6/+1
* fix: Update reserved words list of MySQL / MariaDB dialectKevin Kirsche2021-10-202-13/+102
* Bugfix: MySQL expression: may be bindparam or other expressionAnton Kovalevich2021-10-051-0/+21
* support utf8mb3 char encoding fully for mysqlclient, othersMike Bayer2021-10-021-7/+27
* correct charset for mariadb connector with mdb 10.6Georg Richter2021-10-011-3/+3
* Merge "Add `asyncmy` support"mike bayer2021-09-171-2/+2
|\
| * Add `asyncmy` supportlong2ice2021-09-171-2/+2
* | Merge "test_for_update to recognise skip_locked for MariaDB-10.6"mike bayer2021-09-161-2/+2
|\ \ | |/ |/|
| * test_for_update to recognise skip_locked for MariaDB-10.6Daniel Black2021-09-081-2/+2
* | Fix various lib / test / examples typos (#7017)Kevin Kirsche2021-09-111-1/+1
|/
* Modernize tests - dml_valuesGord Thompson2021-07-262-10/+9
* Modernize tests - legacy_selectGord Thompson2021-07-211-6/+6
* Merge "Modernize tests - select(whereclause)"mike bayer2021-07-122-45/+51
|\
| * Modernize tests - select(whereclause)Gord Thompson2021-07-042-45/+51
* | Replace all http:// links to https://Federico Caselli2021-07-041-2/+2
|/
* Modernize testsGord Thompson2021-07-031-2/+2
* Don't require space after MySQL pk commentDaniƫl van Eeden2021-06-281-0/+8
* Implement MySQL-specific MATCHAnton Kovalevich2021-06-211-15/+149
* add ssl_check_hostname option in mysqldbJerry Zhao2021-05-071-35/+35
* don't cache TypeDecorator by defaultMike Bayer2021-05-062-0/+2
* Fixed typo in docstringMark Bell2021-04-121-1/+1
* 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