Skip to content

Commit 5adaa5e

Browse files
committed
Update README for 0.7 with Result Set and REF CURSOR support
1 parent 4582aa4 commit 5adaa5e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# node-oracledb version 0.6
1+
# node-oracledb version 0.7
22

33
## <a name="about"></a> 1. About node-oracledb
44

55
The Oracle Database Node.js driver powers high performance
66
Node.js applications.
77

8-
Node-oracledb 0.6 supports basic and advanced Oracle features, including:
8+
Node-oracledb 0.7 supports basic and advanced Oracle features, including:
99

1010
- SQL and PL/SQL Execution
11+
- Fetching of large result sets
12+
- REF CURSOR support
1113
- Query results as JavaScript objects or array
1214
- Binding using JavaScript objects or arrays
1315
- Conversion between JavaScript and Oracle types
@@ -23,9 +25,8 @@ Node-oracledb 0.6 supports basic and advanced Oracle features, including:
2325
- [Runtime Load Balancing](http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS515) (RLB)
2426
- [Transparent Application Failover](http://docs.oracle.com/database/121/ADFNS/adfns_avail.htm#ADFNS534) (TAF)
2527

26-
Node-oracledb 0.6 is a preview release. We are actively working on
27-
adding features including LOB support and batch fetching / streaming
28-
of large query result sets.
28+
Node-oracledb 0.7 is a preview release. We are actively working on
29+
adding features such as LOB support.
2930

3031
Share your feedback at the Oracle Technology Network
3132
[Node.js discussion forum](https://community.oracle.com/community/database/developer-tools/node_js/content)

0 commit comments

Comments
 (0)