@@ -230,8 +230,9 @@ limitations under the License.
230
230
- 20.1 [ Custom Promise Libraries] ( #custompromises )
231
231
21 . [ Async/Await and node-oracledb] ( #asyncawaitoverview )
232
232
22 . [ Tracing SQL and PL/SQL Statements] ( #tracingsql )
233
- 23 . [ Migrating from node-oracledb 1.13 to node-oracledb 2.0] ( #migratev1v2 )
234
- 24 . [ Migrating from node-oracledb 2.0 to node-oracledb 2.1] ( #migratev20v21 )
233
+ 23 . [ Migrating from Previous node-oracledb Releases] ( #migrate )
234
+ - 23.1 [ Migrating from node-oracledb 1.13 to node-oracledb 2.0] ( #migratev1v2 )
235
+ - 23.2 [ Migrating from node-oracledb 2.0 to node-oracledb 2.1] ( #migratev20v21 )
235
236
236
237
## <a name =" intro " ></a > 1. Introduction
237
238
@@ -6672,7 +6673,9 @@ parameters.
6672
6673
6673
6674
PL/SQL users may be interested in using [PL/Scope][78].
6674
6675
6675
- ## <a name="migratev1v2"></a> 23. Migrating from node-oracledb 1.13 to node-oracledb 2.0
6676
+ ## <a name="migrate"></a> 23. Migrating from Previous node-oracledb Releases
6677
+
6678
+ ### <a name="migratev1v2"></a> 23.1 Migrating from node-oracledb 1.13 to node-oracledb 2.0
6676
6679
6677
6680
When upgrading from node-oracledb version 1.13 to version 2.0:
6678
6681
@@ -6726,7 +6729,7 @@ When upgrading from node-oracledb version 1.13 to version 2.0:
6726
6729
- Test applications to check if changes such as the improved property
6727
6730
validation uncover latent problems in your code.
6728
6731
6729
- ## <a name="migratev20v21"></a> 24. Migrating from node-oracledb 2.0 to node-oracledb 2.1
6732
+ ### <a name="migratev20v21"></a> 23.2 Migrating from node-oracledb 2.0 to node-oracledb 2.1
6730
6733
6731
6734
When upgrading from node-oracledb version 2.0 to version 2.1:
6732
6735
@@ -6737,6 +6740,7 @@ When upgrading from node-oracledb version 2.0 to version 2.1:
6737
6740
- Stop passing a callback.
6738
6741
- Optionally pass an error.
6739
6742
6743
+
6740
6744
[1]: https://www.npmjs.com/package/oracledb
6741
6745
[2]: https://github.com/oracle/node-oracledb/blob/master/INSTALL.md
6742
6746
[3]: https://github.com/oracle/node-oracledb/tree/master/examples
0 commit comments