strongloop / strong-oracle

Deprecated: Node.js Driver for Oracle databases (Use https://github.com/oracle/node-oracledb instead)
Other
45 stars 18 forks source link

setAutoCommit is not working / default is not auto commit #27

Closed vschoettke closed 9 years ago

vschoettke commented 9 years ago

2854cfaeec260219be13367d86c2e778360d7aaf commented stmt->setAutoCommit out in connection.cpp and reader.cpp and therefore setAutoCommit(true/false) is not working anymore.

This is not mentioned in the changelog or documentation so I guess it was done by mistake.

raymondfeng commented 9 years ago

Good catch. Fixed and released in 1.6.1.