Skip to content

Commit 09e6575

Browse files
committed
Removed connection.handle.commit() inline with dbt-core
1 parent 7d93270 commit 09e6575

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dbt/adapters/oracle/connections.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ def add_query(
278278
pre = time.time()
279279
cursor = connection.handle.cursor()
280280
cursor.execute(sql, bindings)
281-
connection.handle.commit()
282281
logger.debug(f"SQL status: {self.get_status(cursor)} in {(time.time() - pre)} seconds")
283282
return connection, cursor
284283

0 commit comments

Comments
 (0)