]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
adjust tests for sqlites w/o returning
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Sep 2022 12:54:59 +0000 (08:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Sep 2022 12:56:24 +0000 (08:56 -0400)
commit066aed68171b3106c01e5b1f708b036594f32840
tree3c4690d40fd3c5b31decf63d749fa0e4b507b966
parent1657cea73d5ec9aeedd541001e125e03e581a34b
adjust tests for sqlites w/o returning

the sqlite builds on github actions seem to be very
inconsistent about versions and many don't support
RETURNING.  ensure any tests that depend on RETURNING present
are marked as such.

Change-Id: I7a60a81fa70b90642448cdd58eda33212c3afebc
test/base/test_tutorials.py
test/engine/test_logging.py
test/orm/test_composites.py