]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
remove errant NO_KEY symbol
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Dec 2022 22:20:07 +0000 (17:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 27 Dec 2022 22:22:44 +0000 (17:22 -0500)
commit5cf6b6688ba9825fdba21478bc3c70fc7c4a78f5
treeebbc4f8ce403b75cff5f8f1527f1e415d847c2f5
parent6eceb939744e000e627edeabe2da4694fa193eff
remove errant NO_KEY symbol

the symbol from base is used in the event API and is
passed along from attributes here.

for the additional use where it's an exception case for
attribute name as passed by hybrid, use a different symbol name.

Change-Id: I8c5c0e71d19185ebec64f2fcbfe1e9be74e54287
lib/sqlalchemy/ext/hybrid.py
lib/sqlalchemy/orm/attributes.py