Skip to content

Commit

Permalink
Bump doc version references up to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbj committed Feb 16, 2015
1 parent 6a76715 commit 619e9a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# node-oracledb version 0.2
# node-oracledb version 0.3

## <a name="about"></a> 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
Expand All @@ -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)
Expand Down

0 comments on commit 619e9a8

Please sign in to comment.