File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
- # node-oracledb version 6.7.1
1
+ # node-oracledb version 6.8.0-dev
2
+
3
+ ** This release is under development and information may be incomplete**
2
4
3
5
The node-oracledb add-on for Node.js powers high performance Oracle Database
4
6
applications. Applications can be written in TypeScript, or directly in
5
7
JavaScript.
6
8
7
- Use node-oracledb 6.7.1 to connect Node.js 14.6, or later, to Oracle
9
+ Use node-oracledb 6.8.0-dev to connect Node.js 14.6, or later, to Oracle
8
10
Database. Older versions of node-oracledb may work with older versions of
9
11
Node.js.
10
12
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ The properties of a DbObject object are listed below.
89
89
90
90
This read-only property is a number. When :attr: `dbObject.isCollection ` is
91
91
*true *, this will have the number of elements in the collection. It is
92
- undefined for non-collections.
92
+ * undefined * for non-collections.
93
93
94
94
.. attribute :: dbObject.name
95
95
Original file line number Diff line number Diff line change 30
30
31
31
module . exports = {
32
32
VERSION_MAJOR : 6 ,
33
- VERSION_MINOR : 7 ,
34
- VERSION_PATCH : 1 ,
35
- VERSION_SUFFIX : ''
33
+ VERSION_MINOR : 8 ,
34
+ VERSION_PATCH : 0 ,
35
+ VERSION_SUFFIX : '-dev '
36
36
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oracledb" ,
3
- "version" : " 6.7.1 " ,
3
+ "version" : " 6.8.0-dev " ,
4
4
"description" : " A Node.js module for Oracle Database access from JavaScript and TypeScript" ,
5
5
"license" : " (Apache-2.0 OR UPL-1.0)" ,
6
6
"homepage" : " http://oracle.github.io/node-oracledb/" ,
You can’t perform that action at this time.
0 commit comments