summaryrefslogtreecommitdiff
path: root/test/sql/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* Try running pyupgrade on the codeFederico Caselli2022-11-161-50/+28
* open some compound tests for mysql 8.0.31Mike Bayer2022-10-281-3/+3
* Remove deprecated dialects and driversFederico Caselli2021-10-311-11/+0
* Modernize tests - legacy_selectGord Thompson2021-07-211-50/+50
* Modernize tests - unionGord Thompson2021-07-121-2/+2
* Modernize tests - select(whereclause)Gord Thompson2021-07-041-10/+12
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* don't cache TypeDecorator by defaultMike Bayer2021-05-061-0/+2
* Apply percent sign escaping to op(), custom_op()Mike Bayer2021-03-091-28/+31
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-28/+29
* update execute() arg formats in modules and testsMike Bayer2021-01-151-67/+74
* remove more bound metadataMike Bayer2021-01-051-3/+11
* remove metadata.bind use from test suiteMike Bayer2021-01-031-166/+195
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-19/+20
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-10/+14
* upgrade to black 20.8b1Mike Bayer2020-09-281-9/+23
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-237/+212
* Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-0/+12
* Clean up .execute in test/sql/test_query.pyGord Thompson2020-04-121-397/+413
* Result initial introductionMike Bayer2020-02-211-2/+2
* Update test reqs for mariadb 10.4, 10.5Mike Bayer2020-02-161-3/+7
* MSSQL 2014 OFFSET/FETCH syntax supportElkin2020-02-071-1/+0
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-36/+1
* Copy bind_processors when altering for expanding INMike Bayer2019-12-201-0/+46
* SelectBase no longer a FromClauseMike Bayer2019-07-061-1/+1
* Post black reformattingMike Bayer2019-01-061-38/+34
* Run black -l 79 against all source filesMike Bayer2019-01-061-554/+930
* Maintain compiled_params / replacement_expressions within expanding INMike Bayer2018-12-211-0/+35
* MariaDB 10.3 updatesMike Bayer2018-08-301-2/+4
* Add support of empty list in exanding of bindparamNicolas Rolin2018-08-071-5/+3
* Fix regexp for expanding INMike Bayer2017-12-011-0/+60
* Add SQL Server CI coverageMike Bayer2017-08-311-3/+1
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-071-2/+72
* Add "empty in" strategies; default to "static"Mike Bayer2017-03-141-18/+54
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+5
* Support python3.6Mike Bayer2017-01-131-1/+1
* - break out critical aspects of test_query into their own testsMike Bayer2015-09-271-1416/+4
* - Fixed regression where new methods on :class:`.ResultProxy` usedMike Bayer2015-07-191-2/+10
* - pg8000 very annoyingly complaining here, use total literalMike Bayer2015-07-191-1/+2
* - Fixed regression where :meth:`.ResultProxy.keys` would returnMike Bayer2015-07-191-5/+94
* - ensure that the keys we put into the parameters dictionaryMike Bayer2015-04-081-1/+8
* - The "auto close" for :class:`.ResultProxy` is now a "soft" close.Mike Bayer2015-03-171-0/+3
* - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-071-0/+42
* - Exception messages have been spiffed up a bit. The SQL statementMike Bayer2014-10-171-4/+3
* - additional issues fixed in mysqlconnector 2.0.1Mike Bayer2014-10-131-15/+0
* - Mysqlconnector as of version 2.0, probably as a side effect ofMike Bayer2014-10-121-6/+0
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-4/+6
* - The INSERT...FROM SELECT construct now implies ``inline=True``Mike Bayer2014-08-201-0/+7
* - find the remaining not cleaning up correctly testMike Bayer2014-07-281-1/+2
* - scale up for mysql, sqliteMike Bayer2014-07-261-3/+3