summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/suite/test_select.py
Commit message (Expand)AuthorAgeFilesLines
* Try running pyupgrade on the codeFederico Caselli2022-11-161-2/+2
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* track item schema names to identify name collisions w/ default schemaMike Bayer2022-01-141-0/+99
* Clean up most py3k compatFederico Caselli2021-11-241-3/+2
* change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-1/+1
* use tuple expansion if type._is_tuple, test for Sequence if no typeMike Bayer2021-11-051-0/+104
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-2/+2
* Enable tests of fetch/offset for mariadb>=10.6Federico Caselli2021-10-081-0/+1
* dont warn for dictionary passed positionallyMike Bayer2021-07-211-12/+8
* Modernize tests - select(whereclause)Gord Thompson2021-07-041-2/+2
* Parenthesize for empty not inMike Bayer2021-05-051-0/+20
* Merge "Use non-subquery form for empty IN"mike bayer2021-04-291-52/+135
|\
| * Use non-subquery form for empty INMike Bayer2021-04-291-52/+135
* | Propertly ignore ``Identity`` in MySQL and MariaDb.Federico Caselli2021-04-281-0/+25
|/
* don't base compilation off the int value of offset/limit part IIMike Bayer2021-04-141-11/+18
* uniquify when popping literal_execute_params from param dictMike Bayer2021-04-051-0/+14
* Fix MSSQL / Oracle limit/offset regressionsFederico Caselli2021-03-311-70/+198
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+17
* update execute() arg formats in modules and testsMike Bayer2021-01-151-4/+4
* Use ``re.search`` instead of ``re.match`` in sqliteFederico Caselli2020-11-191-5/+14
* update selectin docsMike Bayer2020-10-311-2/+2
* while working on #5435, I found some misses from the previous PR for #5429jonathan vanasco2020-10-301-2/+2
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-2/+2
* Fetch first supportFederico Caselli2020-10-021-4/+156
* accommodate for null in sqlite regex handlerMike Bayer2020-10-021-0/+1
* Add reflection for Identity columnsFederico Caselli2020-09-281-7/+4
* upgrade to black 20.8b1Mike Bayer2020-09-281-7/+18
* Rename Core expression isnot, not_in_jonathan vanasco2020-09-141-2/+2
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-102/+70
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+17
* Add support for identity columnsFederico Caselli2020-08-191-1/+79
* Create a real type for Tuple() and handle appropriately in compilerMike Bayer2020-08-171-0/+24
* Consider default FROM DUAL for MySQLMike Bayer2020-07-291-1/+50
* 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