]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add row logging tests main
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Jun 2026 17:33:05 +0000 (13:33 -0400)
committerMichael Bayer <mike_mp@zzzcomputing.com>
Fri, 12 Jun 2026 18:14:54 +0000 (18:14 +0000)
commitbfe559a7e4d69e5699c390ac9cafd2a5a2d38078
tree3e1d2b74d1d2491043415551df30222e98d3b5d0
parent5ed0294ae28e6034a617e39256c635210bf3c4c4
add row logging tests

ensure all the main result methods as well as the ORM-used
_raw_all_rows() perform equivalent row logging.

Change-Id: Iee0dc3c75a9c71f6d1a73fa058c5edf0b16348ec
test/engine/test_logging.py