You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Cloud only: Added the capability to determine region metadata from OCI configuration.
This enables using new regions that may not have been added to the SDK code yet, without
having to specify a full NoSQL endpoint parameter.
See Adding Regions for more information.
ReprepareQuery error code: This error is returned if a prepared query is executed
after (a) the index used by the query has been dropped and then re-created with a
different schema, or (b) one or more of the referenced tables has been altered
(via the alter table statement).
Added new cloud region codes
Added last write metadata support for data write operations, including put,
delete, multiDelete, writeMultiple, and insert/update/delete queries.
Added support for returning creation time in the results of get, put, delete,
and writeMultiple operations.
Changed
Cloud only: Internal OCI Region definitions have been updated to be consistent. Some previous
shorthand Regions have been removed, for example RegionPHX and RegionIAD. This should not affect any
external usage, as the Region definitions are intended for internal logic only. Interaction
with the NoSQL APIs should always use region identifier strings, such as us-phoenix-1, or
full endpoint strings, such as nosql.us-phoenix-1.oci.oraclecloud.com.