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 44.gitmodules
55.eslintrc
66.readthedocs.yaml
7- .gitlab -ci.yml
7+ * -ci.yml
88INSTALL.md
99CONTRIBUTING.md
1010Makefile
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
42
53The node-oracledb add-on for Node.js powers high performance Oracle Database
64applications. Applications can be written in TypeScript, or directly in
75JavaScript.
86
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
108Database. Older versions of node-oracledb may work with older versions of
119Node.js.
1210
Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ Thin Mode Changes
7676 thrown for all bind mismatch scenarios.
7777
7878#) 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.
8181
8282Thick Mode changes
8383++++++++++++++++++
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ module.exports = {
3232 VERSION_MAJOR : 6 ,
3333 VERSION_MINOR : 7 ,
3434 VERSION_PATCH : 0 ,
35- VERSION_SUFFIX : '-dev '
35+ VERSION_SUFFIX : ''
3636} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " oracledb" ,
3- "version" : " 6.7.0-dev " ,
3+ "version" : " 6.7.0" ,
44 "description" : " A Node.js module for Oracle Database access from JavaScript and TypeScript" ,
55 "license" : " (Apache-2.0 OR UPL-1.0)" ,
66 "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
320320 9.2 case sensitive
321321 9.2.1 works for tables whose column names were created case sensitively
322322 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
324324 9.4 single character column
325325 9.4.1 works with column names consisting of single characters
326326 9.5 duplicate column alias
You can’t perform that action at this time.
0 commit comments