]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
_Binary as generic to LargeBinary
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Oct 2024 02:05:05 +0000 (22:05 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Oct 2024 15:52:28 +0000 (11:52 -0400)
commit858eba6156f210e24d39cc066069a3dac700e33a
tree37d9b766e085e033644df87d372c5710702dfcd7
parent2892aaa108c3fb9d703083579abea938a1ea75a3
_Binary as generic to LargeBinary

Datatypes that are binary based such as :class:`.VARBINARY` will resolve to
:class:`.LargeBinary` when the :meth:`.TypeEngine.as_generic()` method is
called.

Fixes: #11978
Change-Id: I2e0586324fb0f1c367da61f0074b35c96fbe2fd0
doc/build/changelog/unreleased_20/11978.rst [new file with mode: 0644]
lib/sqlalchemy/sql/sqltypes.py
test/sql/test_types.py