]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
support sql elements via standalone op functions
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jul 2023 16:04:01 +0000 (12:04 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jul 2023 18:00:59 +0000 (14:00 -0400)
commit784874d74b94bfe977212b6bfcabacaf12942ebe
treecbcf6a45d8994d01cda7c4fc935a9642023f71d5
parent398edafba80035a4af4748fac801749aee4219ea
support sql elements via standalone op functions

Improved typing when using standalone operator functions from
``sqlalchemy.sql.operators`` such as ``sqlalchemy.sql.operators.eq``.

Fixes: #10054
Change-Id: I7e39cb3ccddb354a3f04f749ef65b18088e136e1
doc/build/changelog/unreleased_20/10054.rst [new file with mode: 0644]
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/operators.py
test/typing/plain_files/sql/operators.py