-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add support for DataNucleus 5.1+ #442
Labels
Milestone
Comments
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 2, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 2, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 2, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 2, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 6, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 7, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 7, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 7, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 7, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 7, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 7, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 8, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 8, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
added a commit
to beikov/blaze-persistence
that referenced
this issue
Mar 8, 2018
…upport for Hibernate 5.3 and DataNucleus 5.1. Adapt parameter handling in custom sql queries. Fix subview attribute flusher oversight. Documentation update
beikov
changed the title
Add support for DataNucleus 5.1
Add support for DataNucleus 5.1+
Nov 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The current integration only works with DataNucleus 4 and 5.0 but there were some changes in 5.1 that break the integration. The new integration shouldn't be too complicated to do, most of the logic can be reused but we have to implement new interfaces. When this is done, check if grouping by embeddables as done in
SelectTest#testSelectAggregateEntitySelect
works as this is related to the bug report: datanucleus/datanucleus-rdbms#226The text was updated successfully, but these errors were encountered: