Skip to content

Commit 619e9a8

Browse files
committed
Bump doc version references up to 0.3
1 parent 6a76715 commit 619e9a8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ limitations under the License.
3030
The steps below create a standalone Node.js installation for testing.
3131
Adjust the steps for your environment.
3232

33-
The node-oracledb 0.2 release has been tested with Node.js 0.10.35 on
33+
The node-oracledb release has been tested with Node.js 0.10.35 on
3434
64-bit Oracle Linux. The driver can also build in some 32-bit Linux,
3535
Solaris and Mac OS X environments, but these architectures have not
3636
been fully tested. Installation on those platforms is similar to the

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# node-oracledb version 0.2
1+
# node-oracledb version 0.3
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.2 supports basic and advanced Oracle features, including:
8+
Node-oracledb 0.3 supports basic and advanced Oracle features, including:
99

1010
- SQL and PL/SQL Execution
1111
- Binding using JavaScript objects or arrays
@@ -22,9 +22,9 @@ Node-oracledb 0.2 supports basic and advanced Oracle features, including:
2222
- [Runtime Load Balancing](http://docs.oracle.com/database/121/ADFNS/adfns_perf_scale.htm#ADFNS515) (RLB)
2323
- [Transparent Application Failover](http://docs.oracle.com/database/121/ADFNS/adfns_avail.htm#ADFNS534) (TAF)
2424

25-
Node-oracledb 0.2 is a preview release. We are actively working on
26-
adding features including Windows platform support, LOB support, and
27-
batch fetching / streaming of large query result sets.
25+
Node-oracledb 0.3 is a preview release. We are actively working on
26+
adding features including LOB support and batch fetching / streaming
27+
of large query result sets.
2828

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

0 commit comments

Comments
 (0)