summaryrefslogtreecommitdiff
path: root/test/sql/test_deprecations.py
Commit message (Expand)AuthorAgeFilesLines
* remove case_sensitive create_engine parameterMike Bayer2021-11-011-133/+0
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-720/+0
* add columns_clause_froms and related use casesMike Bayer2021-08-071-0/+11
* Merge "Modernize tests - legacy_select"mike bayer2021-07-211-0/+81
|\
| * Modernize tests - legacy_selectGord Thompson2021-07-211-0/+81
* | dont warn for dictionary passed positionallyMike Bayer2021-07-211-8/+58
|/
* Update black flak8 and zimportsFederico Caselli2021-05-121-1/+1
* Merge "Parenthesize for empty not in"mike bayer2021-05-051-1/+2
|\
| * Parenthesize for empty not inMike Bayer2021-05-051-1/+2
* | Establish deprecation path for CursorResult.keys()Mike Bayer2021-05-041-5/+21
|/
* Fix ForeignKeyConstraint.copy() errorGord Thompson2021-04-291-0/+23
* Support legacy select(<iterable>) in addition to select(<list>) in v1.4Oliver Rice2021-02-151-0/+10
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-14/+26
* update execute() arg formats in modules and testsMike Bayer2021-01-151-6/+10
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-3/+3
* Emit deprecation warning for general DDLElement.bind argumentMike Bayer2020-12-141-0/+120
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-1/+251
* Don't emit warnings on descriptor accessMike Bayer2020-11-201-0/+42
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-14/+118
* Add deprecation for base Executable.bindMike Bayer2020-10-161-4/+4
* Deprecate bound metadataMike Bayer2020-10-121-0/+23
* upgrade to black 20.8b1Mike Bayer2020-09-281-7/+22
* Add deprecation warning for .join().alias()Gord Thompson2020-09-281-2/+32
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-1/+260
* Rename Core expression isnot, not_in_jonathan vanasco2020-09-141-0/+69
* Merge "Raname ``mustexit`` to ``must_exist``"mike bayer2020-09-121-0/+10
|\
| * Raname ``mustexit`` to ``must_exist``Federico Caselli2020-09-031-0/+10
* | 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