Open
Description
Trying to use string substitution like described in https://mybatis.org/mybatis-3/sqlmap-xml.html#String_Substitution
UPDATE ${tableName} SET ...
I get the following error:
java.sql.SQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '{tableName}
Is it supported in mybatis-velocity?
Metadata
Metadata
Assignees
Labels
No labels