]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixes: #11328: Add overload for ColumnCollection.get(col, default)
authorMark Elliot <123787712+mark-thm@users.noreply.github.com>
Sun, 28 Apr 2024 00:32:32 +0000 (20:32 -0400)
committerMark Elliot <123787712+mark-thm@users.noreply.github.com>
Sun, 28 Apr 2024 00:34:56 +0000 (20:34 -0400)
commit039f996decf59343ed6ed227379bee6897e1cc3f
tree0cb1f36cb50eaf178ea96e398651ec879d06f277
parentd85289b35ee6c2683eef378f1ea2fdea7f401ed9
Fixes: #11328: Add overload for ColumnCollection.get(col, default)
lib/sqlalchemy/sql/base.py
test/sql/test_utils.py