]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
update code and tests to avoid empty and_ or or_ or to catch the deprecation warning
authorFederico Caselli <cfederico87@gmail.com>
Sun, 29 Dec 2019 17:57:21 +0000 (18:57 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Sun, 29 Dec 2019 18:21:05 +0000 (19:21 +0100)
commitdd03cedc26f8ccd2717e31a3fcc8e6195caa0e52
tree854fbd3a6ceda12d3d07f25c601e203c71515775
parentc9d5ab29723f1064dbe47643b3e9c2aeebc879ca
update code and tests to avoid empty and_ or or_ or to catch the deprecation warning
lib/sqlalchemy/orm/persistence.py
test/engine/test_execute.py
test/sql/test_compiler.py
test/sql/test_delete.py
test/sql/test_operators.py
test/sql/test_selectable.py
test/sql/test_update.py