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

Support JPQL positional parameters #129

Closed
alessiostalla opened this issue Apr 30, 2015 · 1 comment
Closed

Support JPQL positional parameters #129

alessiostalla opened this issue Apr 30, 2015 · 1 comment
Assignees

Comments

@alessiostalla
Copy link

The format is ?n where n is an integer > 0: https://docs.oracle.com/html/E24396_01/ejb3_langref.html#ejb3_langref_pos_params

So far in our use cases JSqlParser understands HQL/JPQL just fine, even if it's not its goal. If it's not hard, supporting positional parameters would spare us some ugly workarounds.

@wumpz wumpz self-assigned this Apr 30, 2015
@wumpz
Copy link
Member

wumpz commented Apr 30, 2015

This should be no problem. I will look into it.

@wumpz wumpz closed this as completed in 45132a7 Apr 30, 2015
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

2 participants