We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0a183 commit 53b3d87Copy full SHA for 53b3d87
tests/test_4300_cursor_other.py
@@ -986,6 +986,7 @@ def test_4366(self):
986
from dual"""
987
with self.assertRaisesFullCode("ORA-01476"):
988
self.cursor.execute(sql, val="a")
989
+ self.cursor.fetchall()
990
self.cursor.execute(sql, val="bb")
991
lob, num_val = self.cursor.fetchone()
992
self.assertEqual(lob.read(), "bb")
0 commit comments