-
Notifications
You must be signed in to change notification settings - Fork 92
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
[#841] Add json functions #1135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are also missing a documentation section about the new functions and the supported JSON path syntax.
core/impl/src/main/java/com/blazebit/persistence/impl/function/cast/DB2CastFunction.java
Outdated
Show resolved
Hide resolved
core/impl/src/main/java/com/blazebit/persistence/impl/function/cast/DB2CastFunction.java
Outdated
Show resolved
Hide resolved
core/impl/src/main/java/com/blazebit/persistence/impl/function/cast/DB2CastFunction.java
Outdated
Show resolved
Hide resolved
core/impl/src/main/java/com/blazebit/persistence/impl/function/cast/DB2CastFunction.java
Outdated
Show resolved
Hide resolved
core/impl/src/main/java/com/blazebit/persistence/impl/function/cast/DB2CastFunction.java
Outdated
Show resolved
Hide resolved
...impl/src/main/java/com/blazebit/persistence/impl/function/jsonget/MySQL8JsonGetFunction.java
Outdated
Show resolved
Hide resolved
.../impl/src/main/java/com/blazebit/persistence/impl/function/jsonget/MSSQLJsonGetFunction.java
Outdated
Show resolved
Hide resolved
core/impl/src/main/java/com/blazebit/persistence/impl/function/jsonget/DB2JsonGetFunction.java
Outdated
Show resolved
Hide resolved
.../impl/src/main/java/com/blazebit/persistence/impl/function/jsonset/MSSQLJsonSetFunction.java
Outdated
Show resolved
Hide resolved
core/testsuite/src/test/java/com/blazebit/persistence/testsuite/JsonGetAndSetTest.java
Outdated
Show resolved
Hide resolved
core/impl/src/main/java/com/blazebit/persistence/impl/function/cast/DB2CastFunction.java
Outdated
Show resolved
Hide resolved
core/impl/src/main/java/com/blazebit/persistence/impl/function/cast/DB2CastFunction.java
Outdated
Show resolved
Hide resolved
core/testsuite/src/main/basic/com/blazebit/persistence/testsuite/entity/JsonDocument.java
Outdated
Show resolved
Hide resolved
I believe this error here https://travis-ci.com/github/Blazebit/blaze-persistence/jobs/363212273#L1696 is because Oracle doesn't support grouping by a blob? Maybe we need to adapt the tests that do this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, please squash the whole thing
49f6eba
to
56c72e9
Compare
4c2c67e
to
e71ce2c
Compare
e71ce2c
to
6a5b89a
Compare
Fixes #841