Skip to content

Commit 116fe31

Browse files
committed
Correct support for PLS_INTEGER and BINARY_INTEGER types when used in PL/SQL records
1 parent b520f75 commit 116fe31

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitmodules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[submodule "odpi"]
22
path = odpi
33
url = ../odpi.git
4-
branch = v3.2.x

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
- Fixed a JavaScript memory leak when getting Oracle Database named type
88
information, such as with `getDbObjectClass()`.
99

10+
- Correct support for PLS_INTEGER and BINARY_INTEGER types when used in PL/SQL records (ODPI-C change).
11+
1012
## node-oracledb v4.0.1 (19 Aug 2019)
1113

1214
- Fixed a regression causing a segfault when setting `oracledb.connectionClass`

0 commit comments

Comments
 (0)