You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/seasar/doma/message/Message.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ public enum Message implements MessageResource {
115
115
DOMA2111(
116
116
"Failed to build the SQL on line [{1}] at column [{2}]. The cause is as follows: {3}. SQL[{0}]"),
117
117
DOMA2112(
118
-
"Failed to build the SQL on line [{1}] at column [{2}]. The object type[{4}] that corresponds to the bind variable comment or the literal variable comment[{3}] that is just before the parenthesis is not subtype of java.lang.Iterable. SQL[{0}]"),
118
+
"Failed to build the SQL on line [{1}] at column [{2}]. The type of the variable [{3}] must be a subtype of either java.lang.Iterable or Array, but it is [{4}]. SQL[{0}]"),
119
119
DOMA2115(
120
120
"Failed to build the SQL on line [{1}] at column [{2}]. The [{4}]th element of java.lang.Iterable that corresponds to the bind variable comment or the literal variable comment[{3}] that is just before the parenthesis is null. SQL[{0}]"),
0 commit comments