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 8deb494 commit 471ca84Copy full SHA for 471ca84
src/main/resources/org/mybatis/dynamic/sql/util/messages.properties
@@ -52,7 +52,7 @@ ERROR.33=Calling "select" or "selectDistinct" more than once is not allowed. Add
52
union or unionAll expression
53
ERROR.34=You must specify "select" or "selectDistinct" before any other clauses in a multi-select statement
54
ERROR.35=Multi-select statements must have at least one "union" or "union all" expression
55
-ERROR.36=You must either implement the "render" or "renderWithTableAlias" method in a column or function
+ERROR.36=Obsolete Message - Not Used
56
ERROR.37=The "{0}" function does not support conditions that fail to render
57
ERROR.38=Bound values cannot be aliased
58
ERROR.39=When clauses in case expressions must render
0 commit comments