summaryrefslogtreecommitdiff
path: root/test/sql/test_query.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* add an ORDER BY hereMike Bayer2013-06-261-2/+2
* - some tweaks to try to help out mssql+pyodbc support a bit, py3k is reallyMike Bayer2013-06-031-2/+0
* - the raw 2to3 runMike Bayer2013-04-271-21/+21
* A major fix to the way in which a select() object producesMike Bayer2013-04-111-0/+16
* fix syntax errorMike Bayer2013-03-241-1/+1
* Fixed bug whereby a DBAPI that can return "0"Mike Bayer2013-03-231-1/+18
* - add support for pulling in an external requirements fileMike Bayer2013-02-061-9/+14
* - add an "empty_inserts" requirement target plus a suite testMike Bayer2013-02-061-3/+3
* internally at least refer to multirow as "multivalues", to distinguish betweenMike Bayer2012-12-081-2/+2
* - multivalued inserts, [ticket:2623]Mike Bayer2012-12-081-0/+1
* compiler: add support for multirow insertsIdan Kamara2012-12-061-0/+11
* Fixed bug whereby using "key" with ColumnMike Bayer2012-11-131-0/+21
* - [feature] The Query can now load entity/scalar-mixedMike Bayer2012-10-151-1/+14
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-78/+8
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+6