]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add full docs/notes for all TypeEngine/TypeDecorator interactions
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Oct 2021 00:36:41 +0000 (20:36 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 24 Oct 2021 00:36:41 +0000 (20:36 -0400)
commit605d0d905855684bfe4409532af98f336ae38f82
treebf253ca10ad3f35eed722c7cdbb284f2b196fb51
parentf40f55c3cd1a30eca3ae30f4dccc1a2fad8700d0
add full docs/notes for all TypeEngine/TypeDecorator interactions

Added notes to all TypeEngine methods as to which should be
overridden by TypeDecorator implementations.  Made sure
docstrings are present for all TypeDecorator methods as some
were missing, and clarified which should be overridden, which
should not, as well as what phase each method is called within.

Change-Id: Ibd6e7fb0933ad3ca0927d8785d9087e3eddac90e
References: #7230
lib/sqlalchemy/sql/type_api.py