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

Allow to skip placeholder resolution #945

Closed
janbols opened this issue Jan 30, 2015 · 0 comments
Closed

Allow to skip placeholder resolution #945

janbols opened this issue Jan 30, 2015 · 0 comments

Comments

@janbols
Copy link

janbols commented Jan 30, 2015

When executing an SQL containing the default placeholder ${ and }, flyway will try to resolve it to a value. However, we're not using placeholders so they shouldn't be resolved. Currently the migration fails with a "No value provided for placeholder expressions" error.

It would be nice to configure flyway to disable placeholder resolution.

P.S.: I know I'm able to configure flyway to use another placeholder pre-and suffix, but this looks more like a hack to me instead of a real solution for this situation.

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

No branches or pull requests

2 participants