Skip to content

Commit b88055d

Browse files
committed
Get ready for 6.5.1 release
1 parent ae97160 commit b88055d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

doc/src/api_manual/connection.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1179,8 +1179,8 @@ Connection Methods
11791179
- ``nullable``: Indicates whether ``NULL`` values are permitted for this column.
11801180
- ``precision``: Set only for ``oracledb.DB_TYPE_NUMBER``, ``oracledb.DB_TYPE_TIMESTAMP``, ``oracledb.DB_TYPE_TIMESTAMP_TZ``, and ``oracledb.DB_TYPE_TIMESTAMP_LTZ`` columns.
11811181
- ``scale``: Set only for ``oracledb.DB_TYPE_NUMBER`` columns.
1182-
- ``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*.
1183-
- ``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*.
1182+
- ``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*.
1183+
- ``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*.
11841184

11851185
.. versionchanged:: 6.5
11861186

doc/src/api_manual/oracledb.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -892,13 +892,13 @@ Constants for the :ref:`vectorFormat <execmetadata>` attribute.
892892
- Description
893893
* - ``oracledb.VECTOR_FORMAT_FLOAT32``
894894
- 2
895-
- The storage format of each dimension value in the vector column is a 32-bit floating-point number.
895+
- The storage format of each dimension value in the VECTOR column is a 32-bit floating-point number.
896896
* - ``oracledb.VECTOR_FORMAT_FLOAT64``
897897
- 3
898-
- The storage format of each dimension value in the vector column is a 64-bit floating-point number.
898+
- The storage format of each dimension value in the VECTOR column is a 64-bit floating-point number.
899899
* - ``oracledb.VECTOR_FORMAT_INT8``
900900
- 4
901-
- The storage format of each dimension value in the vector column is an 8-bit signed integer.
901+
- The storage format of each dimension value in the VECTOR column is an 8-bit signed integer.
902902

903903
.. _oracledbproperties:
904904

doc/src/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#
4747
# The short X.Y version.
4848
version = '6.5'
49-
release = '6.5.0'
49+
release = '6.5.1'
5050

5151
# There are two options for replacing |today|: either, you set today to some
5252
# non-false value, then it is used:

doc/src/release_notes.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ node-oracledb Release Notes
77

88
For deprecated and desupported features, see :ref:`Deprecations and desupported features <deprecations>`.
99

10-
node-oracledb `v6.5.1 <https://github.com/oracle/node-oracledb/compare/v6.5.0...v6.5.1>`__ (TBD)
11-
-------------------------------------------------------------------------------------------------------
10+
node-oracledb `v6.5.1 <https://github.com/oracle/node-oracledb/compare/v6.5.0...v6.5.1>`__ (23 May 2024)
11+
---------------------------------------------------------------------------------------------------------
1212

1313
Common Changes
1414
++++++++++++++

0 commit comments

Comments
 (0)