SODA for Java 1.1.0
If you're using releases prior to this one, please upgrade to the latest.
This release contains the following features:
-
Enhanced QBEs, including item method operators
-
Text search using $contains QBE operator
-
Indexing enhancements, including GeoJSON indexing
-
Enhanced orderbys. This addresses issue 3
This release contains the following bug fixes:
An OracleException is now thrown when createIndex method is invoked
and the index with supplied name exists already. This exception was previously incorrectly
swallowed up. If your application relies on this exception not being thrown,
please make sure to adjust the application code to catch the exception and ignore it