]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove depractions:
authorFederico Caselli <cfederico87@gmail.com>
Sun, 24 Oct 2021 16:53:54 +0000 (18:53 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 26 Oct 2021 18:44:30 +0000 (14:44 -0400)
commitb9d4697ad78c7311a542c42b8e925707a9fa2d5b
tree02250adc932463d398800c502bde783787a85b31
parent605d0d905855684bfe4409532af98f336ae38f82
Remove depractions:

- Passing bind arguments to Session.execute
- This Session located a target engine via bound metadata

Change-Id: I916c8c4cff344ee5652fceac4dfd241dd8160f7b
lib/sqlalchemy/testing/warnings.py
test/ext/test_horizontal_shard.py
test/orm/declarative/test_deprecations.py
test/orm/test_deprecations.py
test/orm/test_manytomany.py
test/orm/test_unitofwork.py