Skip to content

Commit 1889335

Browse files
committed
0.9.65
1 parent e45d35e commit 1889335

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=org.babyfish.jimmer
2-
version=0.9.64
2+
version=0.9.65

project/jimmer-sql/src/main/java/org/babyfish/jimmer/sql/ast/impl/mutation/Operator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ private int[] executeAndGetRowCountsOneByOne(
710710
if (translateException instanceof RuntimeException) {
711711
throw (RuntimeException) translateException;
712712
}
713-
throw new ExecutionException("Cannot execute the DDL statement", translateException);
713+
throw new ExecutionException("Cannot execute the DML statement", translateException);
714714
}
715715
Object id = null;
716716
if (autoIdReader != null) {

0 commit comments

Comments
 (0)