Completed
Details
Assignee
Sean CorfieldSean CorfieldReporter
importimportPriority
Minor
Details
Details
Assignee
Sean Corfield
Sean CorfieldReporter
import
importPriority
Created May 21, 2012 at 4:16 PM
Updated June 1, 2016 at 6:41 PM
Resolved June 1, 2016 at 6:41 PM
According to the oracle documentation
As documented update-values returns (-2) which means that the (if (zero?)) check in update-or-insert-values will never return true.
Oracle does provide the number of rows updated via an the method getUpdateCount on instances of Statement.
The following change fixes this problem for oracle users, but I am not sure how it will affect other drivers.