summaryrefslogtreecommitdiff
path: root/test/sql/test_deprecations.py
Commit message (Expand)AuthorAgeFilesLines
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-13/+9
* Don't rely on string col name in adapt_to_contextMike Bayer2020-09-061-0/+1
* internal test framework files for standardization of is_not/not_in;jonathan vanasco2020-08-291-10/+10
* Convert remaining ORM APIs to support 2.0 styleMike Bayer2020-07-111-1/+107
* Merge remote-tracking branch 'origin/pr/5410'Mike Bayer2020-07-081-2/+6
|\
| * resolves #5333 typo correction 'explcit' should be 'explicit'.RamonWill2020-07-041-2/+6
* | Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-119/+189
* | Rename Table.tometadata to to_metadataGord Thompson2020-06-291-0/+13
* | Merge "Fix a wide variety of typos and broken links"mike bayer2020-06-261-45/+45
|\ \
| * | Fix a wide variety of typos and broken linksaplatkouski2020-06-251-45/+45
| |/
* | Default psycopg2 executemany mode to "values_only"Mike Bayer2020-06-251-9/+2
|/
* Refine IN and scalar subquery coercionsMike Bayer2020-06-011-163/+0
* Convert execution to move through SessionMike Bayer2020-05-251-8/+8
* Performance fixes for new result setMike Bayer2020-05-211-14/+14
* 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