File tree Expand file tree Collapse file tree 3 files changed +43
-1
lines changed Expand file tree Collapse file tree 3 files changed +43
-1
lines changed Original file line number Diff line number Diff line change
1
+ # required
2
+ version : 2
3
+
4
+ build :
5
+ os : ubuntu-20.04
6
+ tools :
7
+ python : " 3.9"
8
+
9
+ # Build documentation in the doc/src directory with Sphinx
10
+ sphinx :
11
+ configuration : doc/src/conf.py
12
+
13
+ # declare Python requirements required to build docs
14
+ python :
15
+ install :
16
+ - requirements : doc/requirements.txt
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Thin Mode Changes
36
36
which is null.
37
37
38
38
#) Fixed bug which caused a cursor leak while repeatedly executing a SQL
39
- statement that fails with an NJS- prefixed error.
39
+ statement that fails with an NJS-prefixed error.
40
40
41
41
#) Ensure that the database port is passed as a number to the network connection.
42
42
See `Issue #1600 <https://github.com/oracle/node-oracledb/issues/1600 >`__
Original file line number Diff line number Diff line change 4
4
Upgrading to the Latest node-oracledb Releases
5
5
**********************************************
6
6
7
+ .. _upgradev61v62 :
8
+
9
+ Upgrading from node-oracledb 6.1 to 6.2
10
+ =======================================
11
+
12
+ - Review the :ref: `releasenotes ` and take advantage of new features.
13
+
14
+ - With the new :ref: `SODA <sodaoverview >` features in node-oracledb Thick
15
+ mode:
16
+
17
+ - You can now fetch all the current indexes from a SODA collection using the
18
+ new :meth: `sodaCollection.listIndexes() ` method.
19
+
20
+ - You can disable modification of SODA documents by other connections using
21
+ the new :meth: `sodaOperation.lock() ` method.
22
+
23
+ - Using the new :ref: `binaryDir <odbinitoracleclientattrsopts >` property in
24
+ node-oracledb Thick mode, you can now specify the directory that is added to
25
+ the start of the default search path used by
26
+ :meth: `~oracledb.initOracleClient() ` to load the
27
+ :ref: `Thick mode <enablingthick >` binary module.
28
+
29
+ - Using the new :attr: `~dbObject.packageName ` property in
30
+ :ref: `DbObject class <dbobjectclass >`, you can identify the name of the
31
+ package if the type refers to a PL/SQL type.
32
+
7
33
.. _upgradev60v61 :
8
34
9
35
Upgrading from node-oracledb 6.0 to 6.1
You can’t perform that action at this time.
0 commit comments