]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Modernize tests - select(whereclause)
authorGord Thompson <gord@gordthompson.com>
Sun, 4 Jul 2021 21:56:40 +0000 (15:56 -0600)
committerGord Thompson <gord@gordthompson.com>
Sun, 4 Jul 2021 21:56:40 +0000 (15:56 -0600)
commit4ff4760fade8020df0418005e0fdd130ed3589a4
tree661b4d731047ba27863b40f79ef65234e9b4a273
parentb920869ef54d05e73e2a980b73647d6050ffeb9d
Modernize tests - select(whereclause)

Change-Id: I306cfbea9920b35100e3087dcc21d7ffa6c39c55
19 files changed:
lib/sqlalchemy/testing/suite/test_select.py
lib/sqlalchemy/testing/warnings.py
test/dialect/mysql/test_compiler.py
test/dialect/mysql/test_for_update.py
test/dialect/oracle/test_compiler.py
test/dialect/postgresql/test_compiler.py
test/orm/inheritance/test_selects.py
test/orm/test_bind.py
test/orm/test_deprecations.py
test/orm/test_eager_relations.py
test/orm/test_froms.py
test/orm/test_query.py
test/orm/test_selectin_relations.py
test/orm/test_subquery_relations.py
test/orm/test_unitofwork.py
test/sql/test_operators.py
test/sql/test_query.py
test/sql/test_resultset.py
test/sql/test_selectable.py