summaryrefslogtreecommitdiff
path: root/test/engine
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-09-26 08:54:59 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2022-09-26 08:56:24 -0400
commit066aed68171b3106c01e5b1f708b036594f32840 (patch)
tree3c4690d40fd3c5b31decf63d749fa0e4b507b966 /test/engine
parent1657cea73d5ec9aeedd541001e125e03e581a34b (diff)
downloadsqlalchemy-066aed68171b3106c01e5b1f708b036594f32840.tar.gz
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
Diffstat (limited to 'test/engine')
-rw-r--r--test/engine/test_logging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/engine/test_logging.py b/test/engine/test_logging.py
index b1c487631..7cf67c220 100644
--- a/test/engine/test_logging.py
+++ b/test/engine/test_logging.py
@@ -238,6 +238,7 @@ class LogParamsTest(fixtures.TestBase):
"298, 299], 5]]",
)
+ @testing.requires.insertmanyvalues
def test_log_insertmanyvalues(self):
"""test the full logging for insertmanyvalues added for #6047.