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 typed literals in expressions #200

Closed
beikov opened this issue Mar 22, 2016 · 1 comment
Closed

Support typed literals in expressions #200

beikov opened this issue Mar 22, 2016 · 1 comment
Assignees
Milestone

Comments

@beikov
Copy link
Member

beikov commented Mar 22, 2016

We need some kind of syntax support for some literal types in expressions. EclipseLink defines the following literal inlining syntax: https://wiki.eclipse.org/EclipseLink/UserGuide/JPA/Basic_JPA_Development/Querying/JPQL#Literals

Hibernate has basically the same but also defines literals for BigDecimal and BigInteger. I think we should also define the literal syntax in our grammar. Right now can't really make any use of these, but when the parser starts to analyze the expressions too, we are going to need the type.

@beikov beikov added this to the 1.2.0 milestone Mar 22, 2016
@beikov
Copy link
Member Author

beikov commented Jul 14, 2016

Fixed by 4721e22

@beikov beikov closed this as completed Jul 14, 2016
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