Skip to content

Implement EQL query parser for EclipseLink. #3170

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

Closed
gregturn opened this issue Sep 21, 2023 · 1 comment
Closed

Implement EQL query parser for EclipseLink. #3170

gregturn opened this issue Sep 21, 2023 · 1 comment
Assignees
Labels
in: query-parser Everything related to parsing JPQL or SQL type: enhancement A general enhancement

Comments

@gregturn
Copy link
Contributor

gregturn commented Sep 21, 2023

The following links are useful for capturing EclipseLink's support of both JPQL as well EQL:

@gregturn gregturn added type: enhancement A general enhancement in: query-parser Everything related to parsing JPQL or SQL labels Sep 21, 2023
@gregturn gregturn self-assigned this Sep 21, 2023
gregturn added a commit that referenced this issue Sep 21, 2023
gregturn added a commit that referenced this issue Sep 25, 2023
@gregturn
Copy link
Contributor Author

There is also a flaw in the ref docs for EQL showing an invalid query. I opened eclipse-ee4j/eclipselink#1949 to alert the EclipseLink community.

gregturn added a commit that referenced this issue Sep 25, 2023
gregturn added a commit that referenced this issue Sep 26, 2023
Implement support for EclipseLink Query Language (EQL), handling the various extensions it offers.

See #3170
gregturn added a commit that referenced this issue Sep 26, 2023
Implement support for EclipseLink Query Language (EQL), handling the various extensions it offers.

See #3170
gregturn added a commit that referenced this issue Sep 26, 2023
Implement support for EclipseLink Query Language (EQL), handling the various extensions it offers.

See #3170
gregturn added a commit that referenced this issue Sep 26, 2023
Implement support for EclipseLink Query Language (EQL), handling the various extensions it offers.

See #3170
@gregturn gregturn added this to the 3.2 RC1 (2023.1.0) milestone Sep 26, 2023
gregturn added a commit that referenced this issue Sep 26, 2023
Implement support for EclipseLink Query Language (EQL), handling the various extensions it offers.

See #3170
@gregturn gregturn linked a pull request Sep 26, 2023 that will close this issue
mp911de added a commit that referenced this issue Sep 28, 2023
Simplify PersistenceProvider by removing PresenceDetector interface. Refine presence detection to make present field final. Add warning suppressions as we know that we duplicate code (similar code) and that ANTLR doesn't generate methods with nullable annotations.

See #3170
Original pull request: #3176
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: query-parser Everything related to parsing JPQL or SQL type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant