]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Modernize tests - dml_whereclause
authorGord Thompson <gord@gordthompson.com>
Sun, 25 Jul 2021 19:16:31 +0000 (13:16 -0600)
committerGord Thompson <gord@gordthompson.com>
Mon, 26 Jul 2021 16:08:30 +0000 (10:08 -0600)
commitc6b1d24fe71c22e4d2117d084f06df3597671985
tree5f68c860d9ea12d139baf8badefe49c99904b11d
parent6bc755d2ab9235ce4c3670ed3c3c3799d6c4ad5e
Modernize tests - dml_whereclause

Fixed issue where the unit of work would internally use a 2.0-deprecated
SQL expression form, emitting a deprecation warning when SQLALCHEMY_WARN_20
were enabled.

Fixes: #6812
Change-Id: I0a031e728527a1c3382848b6ddc793939362b128
12 files changed:
doc/build/changelog/unreleased_14/6812.rst [new file with mode: 0644]
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/testing/suite/test_rowcount.py
lib/sqlalchemy/testing/warnings.py
test/dialect/mssql/test_compiler.py
test/dialect/mssql/test_deprecations.py
test/dialect/mssql/test_query.py
test/dialect/postgresql/test_types.py
test/orm/test_expire.py
test/orm/test_transaction.py
test/sql/test_cte.py
test/sql/test_returning.py