summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_select.py
Commit message (Expand)AuthorAgeFilesLines
* flake8 refactor - test_dialectMike Bayer2019-01-051-1/+0
* - flake8 for lib passesMike Bayer2019-01-051-2/+0
* - imports in lib pass flake8Mike Bayer2019-01-051-4/+0
* flake8 refactor - utilMike Bayer2019-01-051-10/+18
* - do a broken zimports run on libMike Bayer2019-01-051-8/+14
* step 1, straight black -l 79 runMike Bayer2019-01-051-164/+167
* render WITH clause after INSERT for INSERT..SELECT on Oracle, MySQLMike Bayer2018-06-181-0/+2
* Make column-level collation quoting dialect-specificMike Bayer2018-01-121-0/+40
* Add rule to prevent "GROUP BY <expr>" in testsMike Bayer2018-01-041-0/+1
* Rework autoescape to be a simple boolean; escape the escape characterMike Bayer2017-10-241-0/+105
* add order_by clause to make tests stableJan2017-10-171-2/+2
* Add SQL Server CI coverageMike Bayer2017-08-311-0/+1
* Add new "expanding" feature to bindparam()Mike Bayer2017-04-071-1/+55
* - make these failure cases more specific to catch Oracle.Mike Bayer2015-08-151-3/+3
* - The behavior of the :func:`.union` construct and related constructsMike Bayer2015-08-121-2/+122
* Mark tests that they require OFFSET support in databasepr/171Peter Hoffmann2015-05-051-1/+4
* - fix this for pg8000 of all backends...Mike Bayer2015-03-241-1/+1
* - Turned off the "simple order by" flag on the MSSQL dialect; thisMike Bayer2015-03-241-0/+9
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-0/+15
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-11/+12
* - more tests, including backend testsMike Bayer2014-05-161-1/+79
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-1/+1
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-031-0/+2
* Fix unicode literals on Python 3.1 and 3.2pr/10Roman Podolyaka2013-06-231-1/+2
* still not locating more nested expressions, may need to match on nameMike Bayer2013-05-271-0/+83