]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add public alias of type _ColumnExpressionArgument
authorFederico Caselli <cfederico87@gmail.com>
Mon, 24 Apr 2023 09:24:32 +0000 (11:24 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Thu, 27 Apr 2023 21:32:25 +0000 (23:32 +0200)
commit7bf624eb616e88f33bcf3f8b11b9c5b7dd2ba890
tree09ae0e5b3f743cef67ea00b90695f7f6b5ce52d7
parent0596adcc27e4e14c4692a58cd32d39df6f48b09a
Add public alias of type _ColumnExpressionArgument

Added type ``ColumnExpressionArgument`` as a public alias of an internal
type. This type is useful since it's what' accepted by the sqlalchemy in
many api calls, such as :meth:`_sql.Select.where`, :meth:`_sql.and` and
many other.

Fixes: #9656
Change-Id: I79a38a0c1417d0ed1b6efff00497dba5e2be4f79
doc/build/changelog/unreleased_20/9656.rst [new file with mode: 0644]
doc/build/core/internals.rst
lib/sqlalchemy/__init__.py
lib/sqlalchemy/sql/__init__.py
lib/sqlalchemy/sql/_typing.py