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 b9891f0 commit 094a145Copy full SHA for 094a145
src/oracledb/impl/thin/statement.pyx
@@ -214,7 +214,7 @@ cdef class Statement:
214
# bind variables can only be found in queries, DML and PL/SQL
215
if self._is_query or self._is_dml or self._is_plsql:
216
input_sql = sql
217
- if not self._is_plsql:
+ if self._is_dml:
218
match = re.search(DML_RETURNING_PATTERN, sql)
219
if match is not None:
220
pos = match.end()
0 commit comments