File tree Expand file tree Collapse file tree 6 files changed +8
-10
lines changed Expand file tree Collapse file tree 6 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 4
4
.gitmodules
5
5
.eslintrc
6
6
.readthedocs.yaml
7
- .gitlab -ci.yml
7
+ * -ci.yml
8
8
INSTALL.md
9
9
CONTRIBUTING.md
10
10
Makefile
Original file line number Diff line number Diff line change 1
- # node-oracledb version 6.7.0-dev
2
-
3
- ** This release is under development and information may be incomplete**
1
+ # node-oracledb version 6.7.0
4
2
5
3
The node-oracledb add-on for Node.js powers high performance Oracle Database
6
4
applications. Applications can be written in TypeScript, or directly in
7
5
JavaScript.
8
6
9
- Use node-oracledb 6.7.0-dev to connect Node.js 14.6, or later, to Oracle
7
+ Use node-oracledb 6.7.0 to connect Node.js 14.6, or later, to Oracle
10
8
Database. Older versions of node-oracledb may work with older versions of
11
9
Node.js.
12
10
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ Thin Mode Changes
76
76
thrown for all bind mismatch scenarios.
77
77
78
78
#) Added new error message to handle the case when
79
- :meth: `connection.executeMany() ` is used with SELECT statement and WITH
80
- SQL clause.
79
+ :meth: `connection.executeMany() ` is used with SELECT statement and WITH
80
+ SQL clause.
81
81
82
82
Thick Mode changes
83
83
++++++++++++++++++
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ module.exports = {
32
32
VERSION_MAJOR : 6 ,
33
33
VERSION_MINOR : 7 ,
34
34
VERSION_PATCH : 0 ,
35
- VERSION_SUFFIX : '-dev '
35
+ VERSION_SUFFIX : ''
36
36
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oracledb" ,
3
- "version" : " 6.7.0-dev " ,
3
+ "version" : " 6.7.0" ,
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/" ,
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ Overview of node-oracledb functional tests
320
320
9.2 case sensitive
321
321
9.2.1 works for tables whose column names were created case sensitively
322
322
9.3 Large number of columns
323
- 9.10 works with a large number of columns
323
+ 9.3.1 works with a large number of columns
324
324
9.4 single character column
325
325
9.4.1 works with column names consisting of single characters
326
326
9.5 duplicate column alias
You can’t perform that action at this time.
0 commit comments