Skip to content

Commit 2827d6d

Browse files
committed
Update CHANGELOG.md
1 parent 3feb41e commit 2827d6d

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
# Change Log
22

3+
## node-oracledb v1.1.0 (DD Mon YYYY )
4+
5+
- Enhanced pool.release() to drop the session if it is known to be unusable, allowing a new session to be created.
6+
7+
- Optimized query memory allocation to account for different database-to-client character set expansions.
8+
9+
- Fixed build warnings on Windows with VS 2015.
10+
11+
- Fixed truncation issue while fetching numbers as strings.
12+
13+
- Fixed AIX-specific failures with queries and RETURNING INTO clauses.
14+
15+
- Fixed a crash with NULL or uninitialized REF CURSOR OUT bind variables.
16+
17+
- Fixed potential memory leak when connecting throws an error.
18+
19+
- Added a check to throw an error sooner when a CURSOR type is used for IN or IN OUT binds. (Support is pending).
20+
321
## node-oracledb v1.0.0 (17 Aug 2015)
422

5-
- Implemented the Stream interface for CLOB and BLOB types, adding support for LOB queries, inserts, and PL/SQL LOB bind variables.
23+
- Implemented Stream interface for CLOB and BLOB types, adding support for
24+
LOB queries, inserts, and PL/SQL LOB bind variables
625

726
- Added `fetchAsString` and `execute()` option `fetchInfo` properties to allow numbers, dates and ROWIDs to be fetched as strings.
827

0 commit comments

Comments
 (0)