summaryrefslogtreecommitdiff
path: root/test/dialect/mysql
Commit message (Expand)AuthorAgeFilesLines
* Fix creating zero length char with MySQL dialectJ. Nick Koston2023-03-271-0/+25
* prevent float tests from running on asyncmyMike Bayer2023-02-151-0/+2
* use mysql 8 syntax for ON DUPLICATE KEY UPDATECaspar Wylie2023-02-061-10/+78
* include parsed col length field as integer from mysql index reflectionMike Bayer2023-01-041-0/+87
* Try running pyupgrade on the codeFederico Caselli2022-11-165-56/+45
* adjust MySQL view reflection for non-standard MySQL variantsJohn Bodley2022-10-031-2/+15
* Support GROUP BY ROLLUP on MySql/MariaDBFederico Caselli2022-09-091-0/+7
* Add support for Partitioning and Sample pages on mysqlRamonWill2022-08-111-0/+164
* ensure RETURNING renders in stringify w/ no server versionMike Bayer2022-08-032-1/+24
* adjust mysql utf testMike Bayer2022-08-031-2/+2
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-9/+9
* Include new MySQL error code 4031 for MySQL disconnect checkvalievkarim2022-05-191-0/+4
* implement multi-element expression constructsMike Bayer2022-04-131-1/+1
* bump black to 22.3.0Mike Bayer2022-03-281-1/+1
* Fix repr for MySQL SET, generic Enumpetit872022-03-041-0/+18
* Implement generic Double and related fixed typeszeeeeeb2022-02-251-0/+6
* fall back to SHOW VARIABLES for MySQL < 5.6Mike Bayer2022-02-041-2/+67
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-19/+0
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* Imrpove MySQL/MariaDB dialect initialization.Federico Caselli2022-01-031-1/+1
* Clean up most py3k compatFederico Caselli2021-11-242-20/+17
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-3/+3
* fully implement future engine and remove legacyMike Bayer2021-11-072-15/+2
* Fixed issue in visit_on_duplicate_key_update within a composed expressionCristian Sabaila2021-11-022-5/+11
* 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