Skip to content

Commit

Permalink
[jOOQ#5416] Bad update count on Oracle UPDATE .. RETURNING emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder committed Jul 14, 2016
1 parent 3acd115 commit 1c52ead
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions jOOQ/src/main/java/org/jooq/impl/AbstractDMLQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,13 @@ public final void accept(Context<?> ctx) {













Expand Down Expand Up @@ -454,6 +461,13 @@ protected final int execute(ExecuteContext ctx, ExecuteListener listener) throws













Expand Down

0 comments on commit 1c52ead

Please sign in to comment.