Skip to content

Commit 53b3d87

Browse files
Thick mode defers throwing the exception until a fetch is attempted.
1 parent 5d0a183 commit 53b3d87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_4300_cursor_other.py

+1
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,7 @@ def test_4366(self):
986986
from dual"""
987987
with self.assertRaisesFullCode("ORA-01476"):
988988
self.cursor.execute(sql, val="a")
989+
self.cursor.fetchall()
989990
self.cursor.execute(sql, val="bb")
990991
lob, num_val = self.cursor.fetchone()
991992
self.assertEqual(lob.read(), "bb")

0 commit comments

Comments
 (0)