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.
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
use of databaseId
_databaseId not available in default FreemarkerLanguageDriver.
Fix preProcessDataContext.
Add _databaseId to dataContext.
Convert _databaseId before executing SQL.
freemarker.core.InvalidReferenceException: The following has evaluated to null or missing: ==>_databaseId [in nameless template at line 4, column 21]
#152
The text was updated successfully, but these errors were encountered:
fixed via gh-152.
@naka-sho Thanks four your contributing!! Your PR has been merged just now.
Sorry, something went wrong.
No branches or pull requests
use of databaseId
discription
_databaseId not available in default FreemarkerLanguageDriver.
Fix preProcessDataContext.
Add _databaseId to dataContext.
Convert _databaseId before executing SQL.
error detail
#152
The text was updated successfully, but these errors were encountered: