Correct support for PLS_INTEGER and BINARY_INTEGER types when used in PL/SQL records

This commit is contained in:
Christopher Jones 2019-11-05 11:05:32 +11:00
parent b520f752a9
commit 116fe31b41
3 changed files with 3 additions and 2 deletions

1
.gitmodules vendored
View File

@ -1,4 +1,3 @@
[submodule "odpi"]
path = odpi
url = ../odpi.git
branch = v3.2.x

View File

@ -7,6 +7,8 @@
- Fixed a JavaScript memory leak when getting Oracle Database named type
information, such as with `getDbObjectClass()`.
- Correct support for PLS_INTEGER and BINARY_INTEGER types when used in PL/SQL records (ODPI-C change).
## node-oracledb v4.0.1 (19 Aug 2019)
- Fixed a regression causing a segfault when setting `oracledb.connectionClass`

2
odpi

@ -1 +1 @@
Subproject commit 21b1888f6ae1357d039fdbc4882fd537dd1c6130
Subproject commit 4e80a81257ce6e1066f4f6242fed533eaed45753