We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45d35e commit 1889335Copy full SHA for 1889335
project/gradle.properties
@@ -1,2 +1,2 @@
1
group=org.babyfish.jimmer
2
-version=0.9.64
+version=0.9.65
project/jimmer-sql/src/main/java/org/babyfish/jimmer/sql/ast/impl/mutation/Operator.java
@@ -710,7 +710,7 @@ private int[] executeAndGetRowCountsOneByOne(
710
if (translateException instanceof RuntimeException) {
711
throw (RuntimeException) translateException;
712
}
713
- throw new ExecutionException("Cannot execute the DDL statement", translateException);
+ throw new ExecutionException("Cannot execute the DML statement", translateException);
714
715
Object id = null;
716
if (autoIdReader != null) {
0 commit comments