From b88055db34b6d4f317960c320cf7c6ad738554be Mon Sep 17 00:00:00 2001 From: Sharad Chandran R Date: Wed, 22 May 2024 22:46:57 +0530 Subject: [PATCH] Get ready for 6.5.1 release --- doc/src/api_manual/connection.rst | 4 ++-- doc/src/api_manual/oracledb.rst | 6 +++--- doc/src/conf.py | 2 +- doc/src/release_notes.rst | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/src/api_manual/connection.rst b/doc/src/api_manual/connection.rst index 8ccc89e50..98291a5b3 100644 --- a/doc/src/api_manual/connection.rst +++ b/doc/src/api_manual/connection.rst @@ -1179,8 +1179,8 @@ Connection Methods - ``nullable``: Indicates whether ``NULL`` values are permitted for this column. - ``precision``: Set only for ``oracledb.DB_TYPE_NUMBER``, ``oracledb.DB_TYPE_TIMESTAMP``, ``oracledb.DB_TYPE_TIMESTAMP_TZ``, and ``oracledb.DB_TYPE_TIMESTAMP_LTZ`` columns. - ``scale``: Set only for ``oracledb.DB_TYPE_NUMBER`` columns. - - ``vectorDimensions``: The number of dimensions of the vector column. If the column is not a vector column or allows for any number of dimensions, then the value of this property is *undefined*. - - ``vectorFormat``: The storage format of each dimension value in the vector column. If the column is not a vector column or allows for any storage format, then the value of this property is *undefined*. + - ``vectorDimensions``: The number of dimensions of the VECTOR column. If the column is not a VECTOR column or allows for any number of dimensions, then the value of this property is *undefined*. + - ``vectorFormat``: The storage format of each dimension value in the VECTOR column. If the column is not a VECTOR column or allows for any storage format, then the value of this property is *undefined*. .. versionchanged:: 6.5 diff --git a/doc/src/api_manual/oracledb.rst b/doc/src/api_manual/oracledb.rst index d66b36109..db0cb2e6d 100644 --- a/doc/src/api_manual/oracledb.rst +++ b/doc/src/api_manual/oracledb.rst @@ -892,13 +892,13 @@ Constants for the :ref:`vectorFormat ` attribute. - Description * - ``oracledb.VECTOR_FORMAT_FLOAT32`` - 2 - - The storage format of each dimension value in the vector column is a 32-bit floating-point number. + - The storage format of each dimension value in the VECTOR column is a 32-bit floating-point number. * - ``oracledb.VECTOR_FORMAT_FLOAT64`` - 3 - - The storage format of each dimension value in the vector column is a 64-bit floating-point number. + - The storage format of each dimension value in the VECTOR column is a 64-bit floating-point number. * - ``oracledb.VECTOR_FORMAT_INT8`` - 4 - - The storage format of each dimension value in the vector column is an 8-bit signed integer. + - The storage format of each dimension value in the VECTOR column is an 8-bit signed integer. .. _oracledbproperties: diff --git a/doc/src/conf.py b/doc/src/conf.py index ec4dc2b96..ae63bff36 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -46,7 +46,7 @@ # # The short X.Y version. version = '6.5' -release = '6.5.0' +release = '6.5.1' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index ade2dfcda..90fcc83d7 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -7,8 +7,8 @@ node-oracledb Release Notes For deprecated and desupported features, see :ref:`Deprecations and desupported features `. -node-oracledb `v6.5.1 `__ (TBD) -------------------------------------------------------------------------------------------------------- +node-oracledb `v6.5.1 `__ (23 May 2024) +--------------------------------------------------------------------------------------------------------- Common Changes ++++++++++++++