]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove compare_against_backend
authorFederico Caselli <cfederico87@gmail.com>
Wed, 18 Oct 2023 17:51:00 +0000 (19:51 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Wed, 18 Oct 2023 17:51:34 +0000 (19:51 +0200)
commit7244d37d3bb8edaedc7679e422e58e543428ce1e
tree6adbb162565e62d256c054f4b7385ccc29d74c26
parentefe4025c068d6746637db362245ab88ce7dfe785
Remove compare_against_backend

Removed unused placeholder method :meth:`.TypeEngine.compare_against_backend`
This method was used by very old versions of Alembic.
See https://github.com/sqlalchemy/alembic/issues/1293 for details.
Follow up of alembic change I6f480711ec94cd4113d3f0ca114d143b49b8d869

Change-Id: I48ba2b26128ba6f74cb0b2c54caa6f7d2a711257
doc/build/changelog/unreleased_20/compare_against_backend.rst [new file with mode: 0644]
lib/sqlalchemy/sql/type_api.py