summaryrefslogtreecommitdiff
path: root/test/sql/test_deprecations.py
Commit message (Expand)AuthorAgeFilesLines
* Documentation updates for ResultProxy -> ResultMike Bayer2020-05-011-1/+1
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-28/+23
* Clean up .execute in test/sql/test_deprecations.pyGord Thompson2020-04-121-182/+194
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-60/+0
* Remove deprecated elements from selectable.py; remove lockmodeMike Bayer2020-03-231-19/+0
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-78/+1
* Decouple compiler state from DML objects; make cacheableMike Bayer2020-03-061-0/+73
* Deprecate row.keys() for 2.0, not 1.xMike Bayer2020-02-241-3/+2
* Repair inline flagMike Bayer2020-02-221-0/+93
* Result initial introductionMike Bayer2020-02-211-14/+216
* Deprecate connection branchingMike Bayer2020-02-211-0/+35
* Create initial future package, RemovedIn20WarningMike Bayer2020-02-121-0/+21
* Deprecate empty or_() and and_()Federico Caselli2020-01-251-1/+11
* Remove deprecated elementsAsif Saif Uddin (Auvi)2019-10-111-158/+0
* Deprecate textual column matching in RowMike Bayer2019-10-041-4/+501
* Unify generation between Core and ORM queryMike Bayer2019-09-261-1/+102
* Restore subquery.as_scalar() w/ deprecationMike Bayer2019-09-111-0/+9
* SelectBase no longer a FromClauseMike Bayer2019-07-061-19/+473
* Enable F841Mike Bayer2019-06-201-5/+5
* Use roles for ORM alias() conversionMike Bayer2019-05-271-0/+12
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-0/+123
* Make the GenericFunction registry fully case insensitiveMike Bayer2019-04-301-151/+0
* Add case insensitivity feature to GenericFunction.Adrien Berchet2019-04-291-0/+151
* Fix mssql quote schema warningMike Bayer2019-01-251-0/+2
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-0/+425