summaryrefslogtreecommitdiff
path: root/test/engine/test_deprecations.py
Commit message (Expand)AuthorAgeFilesLines
* Removals: MetaData.bind, Table.bind, all other .bindMike Bayer2021-12-021-185/+0
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-0/+12
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-0/+12
* | Clean up most py3k compatFederico Caselli2021-11-241-1/+1
|/
* Merge "Deprecate create_engine.implicit_returning" into mainmike bayer2021-11-181-0/+69
|\
| * Deprecate create_engine.implicit_returningjonathan vanasco2021-11-091-0/+69
* | De-emphasize notion of "default driver" (DBAPI)Gord Thompson2021-11-091-3/+3
|/
* fully implement future engine and remove legacyMike Bayer2021-11-071-1367/+23
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-153/+22
* restore statement substitution to before_execute()Mike Bayer2021-08-201-0/+11
* Modernize tests - Connection.connectGord Thompson2021-06-261-6/+24
* Support DEFAULT VALUES and VALUES(DEFAULT) individuallyMike Bayer2021-04-141-0/+1
* Replace reset_agent with direct call from connectionMike Bayer2021-03-061-11/+22
* update execute() arg formats in modules and testsMike Bayer2021-01-151-35/+76
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-7/+9
* remove more bound metadataMike Bayer2021-01-051-25/+71
* remove metadata.bind use from test suiteMike Bayer2021-01-031-26/+33
* Emit deprecation warning for general DDLElement.bind argumentMike Bayer2020-12-141-1/+1
* Emit 2.0 deprecation warning for sub-transactionsMike Bayer2020-12-141-0/+351
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-21/+358
* Deprecate bind args, execute() methods that were missedMike Bayer2020-10-301-0/+225
* Add deprecation for base Executable.bindMike Bayer2020-10-161-7/+7
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-5/+5
* Emit v2.0 deprecation warning for "implicit autocommit"Gord Thompson2020-08-281-15/+39
* normalize execute style for events, 2.0Mike Bayer2020-08-201-0/+90
* Update dialect for pg8000 version 1.16.0Tony Locke2020-08-181-4/+0
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-13/+15
* Create initial 2.0 engine implementationMike Bayer2020-04-161-0/+92
* The :meth:`.Inspector.reflecttable` was renamed to :meth:`.Inspector.reflect_...Federico Caselli2020-04-101-0/+13
* Remove code deprecated before version 1.1Federico Caselli2020-04-091-82/+0
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-2/+297
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-73/+39
* Deprecate connection branchingMike Bayer2020-02-211-0/+62
* Use expanding IN for all literal value IN expressionsMike Bayer2019-12-221-0/+12
* Remove deprecated extension and similar classesMike Bayer2019-10-061-611/+0
* Modernize internal reflectionMike Bayer2019-08-061-33/+217
* Remove threadlocal engine strategy, engine strategies pool threadlocalMike Bayer2019-07-151-893/+29
* Enable F841Mike Bayer2019-06-201-3/+3
* Include newlines in StatementError formattingNate Clark2019-02-201-1/+1
* Add deprecation warnings to all deprecated APIsMike Bayer2019-01-231-0/+1793