summaryrefslogtreecommitdiff
path: root/test/sql/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - update the flake8 rules againMike Bayer2014-07-181-2/+7
* PEP8 tidy of subset of test/sql/*.pypr/103Tony Locke2014-07-071-436/+513
* pg8000 passing test/sqlTony Locke2014-07-061-2/+2
* mark failing tests for buggy mysqlconnectorMike Bayer2014-03-281-0/+21
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+10
* - add more support for suite tests, moving some tests from test_query out to ...Mike Bayer2014-03-131-153/+24
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-5/+0
* - More issues with [ticket:2932] first resolved in 0.9.2 whereMike Bayer2014-02-051-0/+30
* - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-021-0/+45
* - better way to do itMike Bayer2014-01-291-2/+4
* - add TypeError handling to the tests here, ensure TypeErrorMike Bayer2014-01-291-8/+15
* - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy`Mike Bayer2014-01-281-1/+25
* - Fixed bug where SQL statement would be improperly ASCII-encodedMike Bayer2013-11-221-1/+1
* - The :class:`.RowProxy` object is now sortable in Python as a regularMike Bayer2013-11-191-0/+13
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-3/+0
* - we dont actually need this unicode cast, on py3k + linux it seems theMike Bayer2013-07-091-0/+2