@@ -27,7 +27,7 @@ This document contains:
27
27
28
28
For installation information, see the [Node-oracledb Installation Instructions][2].
29
29
30
- ## <a name="contents"></a> Contents
30
+ ## <a name="contents"></a> Contents
31
31
32
32
1. [Introduction](#intro)
33
33
- 1.1 [Node-oracledb Architecture](#architecture)
@@ -550,6 +550,7 @@ For installation information, see the [Node-oracledb Installation Instructions][
550
550
- 34.2 [Migrating from node-oracledb 4.0 to node-oracledb 4.1](#migratev40v41)
551
551
- 34.3 [Migrating from node-oracledb 4.1 to node-oracledb 4.2](#migratev41v42)
552
552
- 34.4 [Migrating from node-oracledb 4.2 to node-oracledb 5.0](#migratev42v50)
553
+ - 34.5 [Migrating from node-oracledb 5.1 to node-oracledb 5.2](#migratev51v52)
553
554
35. [Useful Resources for Node-oracledb](#otherresources)
554
555
555
556
## <a name="apimanual"></a> NODE-ORACLEDB API MANUAL
@@ -17259,6 +17260,18 @@ When upgrading from node-oracledb version 4.0 to version 4.1:
17259
17260
if one is used. In earlier versions they were thrown without the ability for
17260
17261
them to be caught.
17261
17262
17263
+ ### <a name="migratev51v52"></a> 34.5 Migrating from node-oracledb 5.1 to node-oracledb 5.2
17264
+
17265
+ - Review the [CHANGELOG][83] and take advantage of new features.
17266
+
17267
+ - Review the dead connection detection changes and adjust any application error
17268
+ checks to look for the new error *DPI-1080*.
17269
+
17270
+ - Replace obsolete uses of `_enableStats` and `_logStats()` with the new
17271
+ functionality [`enableStatistics`](#createpoolpoolattrsstats),
17272
+ [`getStatistics()`](#poolgetstatistics), and
17273
+ [`logStatistics()`](#poollogstatistics).
17274
+
17262
17275
## <a name="otherresources"></a> 35. Useful Resources for Node-oracledb
17263
17276
17264
17277
Node-oracledb can be installed on the pre-built [*Database App Development
0 commit comments