summaryrefslogtreecommitdiff
path: root/test/sql/test_deprecations.py
Commit message (Expand)AuthorAgeFilesLines
* typing updatesMike Bayer2023-01-201-1/+2
* Try running pyupgrade on the codeFederico Caselli2022-11-161-2/+0
* Revert automatic set of sequence start to 1Federico Caselli2022-10-171-1/+5
* fix some typos (#8093)cui fliter2022-06-041-1/+1
* Remove all remaining removed_in_20 warnings slated for removalMike Bayer2022-01-051-669/+0
* Update Black's target-version to py37Hugo van Kemenade2022-01-051-1/+1
* remove legacy select patternsMike Bayer2021-12-291-213/+0
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-94/+0
* Clean up most py3k compatFederico Caselli2021-11-241-2/+1
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* Merge "removals: all unicode encoding / decoding" into mainmike bayer2021-11-111-76/+0
|\
| * removals: all unicode encoding / decodingMike Bayer2021-11-101-76/+0
* | Merge "change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quoting...mike bayer2021-11-091-1/+1
|\ \ | |/ |/|
| * change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quotingMike Bayer2021-11-091-1/+1
* | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-1/+3
|/
* fully implement future engine and remove legacyMike Bayer2021-11-071-133/+0
* 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