Skip to content

SODA for Java 1.1.0

Compare
Choose a tag to compare
@morgiyan morgiyan released this 19 Jul 10:30
· 115 commits to master since this release
e3669bc

If you're using releases prior to this one, please upgrade to the latest.

This release contains the following features:

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