Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

String substitution not working (${something}) #120

Open
adrianboimvaser opened this issue May 14, 2021 · 0 comments
Open

String substitution not working (${something}) #120

adrianboimvaser opened this issue May 14, 2021 · 0 comments

Comments

@adrianboimvaser
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant