nosql-java-sdk
nosql-java-sdk copied to clipboard
SDK for Java for the Oracle NoSQL Database
Seems that you are using Netty for HttpClient implementation. Although async is not supported yet, maybe it would be better to use Reactor Netty instead for reactive support? Adding reactive...
The client side HTTP2 support. It works in the following modes: 1. TLS negotiate Http2/Http1.1 mode, require new Httpproxy 2. TLS fallback to Http1.1 mode, compatible with old httpproxy 3....
Queries that do generic sort and also include LIMIT clause, do not need to store that full query result in client memory, as it is done today. The just need...
Adds support for metadata to be added on a row when put is used. Adds support to get existing row metadata when deleting/updating existing row.
Hello, As described in the issue related to handle edge cases on the [issue #141 "sort empty types"](https://github.com/oracle/nosql-java-sdk/issues/141) , I would like to suggest an approach to solve this issue....
Hello Oracle, When reading the nosql-java-sdk, I noticed there is a TO DO in the `src/main/java/oracle/nosql/driver/values/NullValue.java` file and I would like to work on it. To my understanding, the NullValue...
When executing a query with a syntax issue, the error message provided does not clearly indicate where the problem lies. Instead, it returns a generic message that can be misleading...
It is unclear whether the `LIKE` operator is supported in the Oracle NoSQL Database. I attempted to execute a query that appeared to follow the correct syntax but encountered an...