From 619e9a8fa6625a2c5ca3e1a2ba10dbdaab5ae900 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Mon, 16 Feb 2015 09:32:41 -0800 Subject: [PATCH] Bump doc version references up to 0.3 --- INSTALL.md | 2 +- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 7affa988a..bf3c282da 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,7 +30,7 @@ limitations under the License. The steps below create a standalone Node.js installation for testing. Adjust the steps for your environment. -The node-oracledb 0.2 release has been tested with Node.js 0.10.35 on +The node-oracledb release has been tested with Node.js 0.10.35 on 64-bit Oracle Linux. The driver can also build in some 32-bit Linux, Solaris and Mac OS X environments, but these architectures have not been fully tested. Installation on those platforms is similar to the diff --git a/README.md b/README.md index 1ea842493..75207dfb1 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# node-oracledb version 0.2 +# node-oracledb version 0.3 ## 1. About node-oracledb The Oracle Database Node.js driver powers high performance Node.js applications. -Node-oracledb 0.2 supports basic and advanced Oracle features, including: +Node-oracledb 0.3 supports basic and advanced Oracle features, including: - SQL and PL/SQL Execution - Binding using JavaScript objects or arrays @@ -22,9 +22,9 @@ Node-oracledb 0.2 supports basic and advanced Oracle features, including: - [Runtime Load Balancing](http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS515) (RLB) - [Transparent Application Failover](http://docs.oracle.com/database/121/ADFNS/adfns_avail.htm#ADFNS534) (TAF) -Node-oracledb 0.2 is a preview release. We are actively working on -adding features including Windows platform support, LOB support, and -batch fetching / streaming of large query result sets. +Node-oracledb 0.3 is a preview release. We are actively working on +adding features including LOB support and batch fetching / streaming +of large query result sets. Share your feedback at the Oracle Technology Network [Node.js discussion forum](https://community.oracle.com/community/database/developer-tools/node_js/content)