Skip to content

Commit eb17c29

Browse files
committed
Add dbObjectAsPojo property
1 parent ae082e9 commit eb17c29

18 files changed

+1316
-120
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
**This release is under development**
66

7+
- Added
8+
[`oracledb.dbObjectAsPojo`](https://oracle.github.io/node-oracledb/doc/api.html#propdbobjpojo)
9+
and a `connection.execute()` option
10+
[`dbObjectAsPojo`](https://oracle.github.io/node-oracledb/doc/api.html#propexecobjpojo).
11+
These specify whether Oracle Database named objects or collections that are
12+
queried should be returned to the application as "plain old JavaScript
13+
objects" or kept as database-backed objects. This option also applies to
14+
output `BIND_OUT` bind variables.
15+
716
- Fixed a compatibility regression affecting SODA "get" operations using older
817
Oracle Client releases.
918

0 commit comments

Comments
 (0)