We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4779f1e commit 6cd19e4Copy full SHA for 6cd19e4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "oracledb",
3
- "version": "1.9.2",
+ "version": "1.9.3",
4
"description": "Oracle Database driver by Oracle Corp.",
5
"license": "Apache-2.0",
6
"homepage": "http://www.oracle.com/technetwork/database/database-technologies/scripting-languages/node_js/",
src/njs/src/njsOracle.h
@@ -70,7 +70,7 @@ using namespace v8;
70
/* Keep the version in sync with package.json */
71
#define NJS_NODE_ORACLEDB_MAJOR 1
72
#define NJS_NODE_ORACLEDB_MINOR 9
73
-#define NJS_NODE_ORACLEDB_PATCH 2
+#define NJS_NODE_ORACLEDB_PATCH 3
74
75
/* Used for Oracledb.version */
76
#define NJS_NODE_ORACLEDB_VERSION ( (NJS_NODE_ORACLEDB_MAJOR * 10000) + \
0 commit comments