Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

On this page:

Summary: This document provides information about changes and new features introduced in this release of NoSQL for Java.

1.3.0-beta1

Updates

  • Support of batch Operations for Couchbase Java SDK
  • Support of N1QL queries for Couchbase Java SDK

1.3.0-alpha2

Updates

Following new rules have been added (Under Technical Criterion: SQL and Data Handling Performance ).   See https://technologies.castsoftware.com/rules?sec=srs_nosqljava&ref=||1.3.0-alpha2:

1101922

Avoid having multiple Artifacts updating data on the same NoSQL Collection (JEE)

1101924Avoid having multiple Artifacts inserting data on the same NoSQL Collection (JEE)
1101926

Avoid having multiple Artifacts deleting data on the same NoSQL Collection (JEE)

1.3.0-alpha1

Updates

Initial support for Couchbase Java SDK:

  • Creation of cluster and bucket object.
  • Crud Operations.
  • No labels