summaryrefslogtreecommitdiff
path: root/test/dialect/mysql/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* fix test suite warningsMike Bayer2023-05-091-15/+18
* Try running pyupgrade on the codeFederico Caselli2022-11-161-2/+0
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-60/+48
* while working on #5435, I found some misses from the previous PR for #5429jonathan vanasco2020-10-301-1/+1
* upgrade to black 20.8b1Mike Bayer2020-09-281-1/+2
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-1/+1
* Bump minimum MySQL version to 5.0.2; use all-numeric server versionMike Bayer2020-08-161-3/+5
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-17/+15
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-12/+11
* Clean up (engine|db).execute for mysqlGord Thompson2020-03-311-18/+19
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-3/+3
* Post black reformattingMike Bayer2019-01-061-3/+18
* Run black -l 79 against all source filesMike Bayer2019-01-061-112/+150
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-12/+12
* - move out match compiler test to test_compilerMike Bayer2016-01-231-23/+5
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-1/+54
* - additional mysql cast-related test fixesMike Bayer2015-02-091-0/+1
* - The :meth:`.Operators.match` operator is now handled such that theMike Bayer2014-12-041-6/+33
* - MySQL boolean symbols "true", "false" work again. 0.9's changeMike Bayer2014-09-051-1/+22
* - Changed the default value of "raise_on_warnings" to False forMike Bayer2014-07-091-0/+1
* refactor test suites for postgresql, mssql, mysql into packages.Mike Bayer2013-06-281-0/+129