summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_select.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate ``DISTINCT ON`` when not targeting PostgreSQLFederico Caselli2020-04-201-0/+15
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-101/+92
* Merge "Clean up .execute calls in test_select.py"mike bayer2020-04-141-87/+101
|\
| * Clean up .execute calls in test_select.pyGord Thompson2020-04-111-87/+101
* | Use define_tables for IsOrIsNotDistinctFromTestMike Bayer2020-04-101-10/+12
|/
* Fix distinct_from test for Firebird et al.Gord Thompson2020-04-091-1/+1
* Broaden is[not]_distinct_from supportGord Thompson2020-04-021-0/+49
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-1/+5
* apply asbool reduction to the onclause in join()Mike Bayer2020-01-171-0/+102
* Support for generated columnsCaselIT2019-11-081-0/+45
* Render LIMIT/OFFSET conditions after compile on select dialectsMike Bayer2019-08-301-0/+190
* SelectBase no longer a FromClauseMike Bayer2019-07-061-6/+18
* Post black reformattingMike Bayer2019-01-061-11/+20
* Run black -l 79 against all source filesMike Bayer2019-01-061-239/+244
* Support tuples of heterogeneous types for empty expanding INMike Bayer2018-10-031-0/+42
* Add support of empty list in exanding of bindparamNicolas Rolin2018-08-071-8/+95
* 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