File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## node-oracledb v1.6.0 (DD Mon YYYY)
4
+
3
5
## node-oracledb v1.5.0 (21 Dec 2015)
4
6
5
7
- Treat Oracle Database 'Success With Info' warnings as success.
Original file line number Diff line number Diff line change 1
- # node-oracledb version 1.5
1
+ # node-oracledb version 1.6
2
2
3
3
## <a name =" about " ></a > 1. About node-oracledb
4
4
Original file line number Diff line number Diff line change 1
- # node-oracledb 1.5 : Documentation for the Oracle Database Node.js Add-on
1
+ # node-oracledb 1.6 : Documentation for the Oracle Database Node.js Add-on
2
2
3
3
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.*
4
4
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oracledb" ,
3
- "version" : " 1.5 .0" ,
3
+ "version" : " 1.6 .0" ,
4
4
"description" : " Oracle Database driver by Oracle Corp." ,
5
5
"license" : " Apache-2.0" ,
6
6
"homepage" : " http://www.oracle.com/technetwork/database/database-technologies/scripting-languages/node_js/" ,
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ using namespace v8;
69
69
70
70
/* Keep the version in sync with package.json */
71
71
#define NJS_NODE_ORACLEDB_MAJOR 1
72
- #define NJS_NODE_ORACLEDB_MINOR 5
72
+ #define NJS_NODE_ORACLEDB_MINOR 6
73
73
#define NJS_NODE_ORACLEDB_PATCH 0
74
74
75
75
/* Used for Oracledb.version */
You can’t perform that action at this time.
0 commit comments