News

Computronix has recently upgrade cx_Oracle to version 7.1.1 and we have noticed that the rowcount attribute is returning as 0 when a PL/SQL block with a single insert statement is passed into execu ...
Apologies for the delay in getting back to you. This is not a bug. The value of rowcount for DML (insert, update, delete and merge) is the number of rows affected. For queries the value of rowcount is ...