File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1981,6 +1981,11 @@ readonly Number oracleServerVersion
1981
1981
This readonly property gives a numeric representation of the Oracle database version which is useful in comparisons.
1982
1982
For version * a.b.c.d.e* , this property gives the number: ` (100000000 * a) + (1000000 * b) + (10000 * c) + (100 * d) + e `
1983
1983
1984
+ Note if you connect to Oracle Database 18, the version will only be
1985
+ accurate if node-oracledb is also using Oracle Database 18 client
1986
+ libraries. Otherwise it will show the base release such as 1800000000
1987
+ instead of 1803000000.
1988
+
1984
1989
This property was added in node-oracledb 1.3.
1985
1990
1986
1991
#### <a name =" propconnoracleserverversionstring " ></a > 4.1.5 ` connection.oracleServerVersionString `
@@ -1991,6 +1996,11 @@ readonly String oracleServerVersionString
1991
1996
1992
1997
This readonly property gives a string representation of the Oracle database version which is useful for display.
1993
1998
1999
+ Note if you connect to Oracle Database 18, the version will only be
2000
+ accurate if node-oracledb is also using Oracle Database 18 client
2001
+ libraries. Otherwise it will show the base release such as
2002
+ "18.0.0.0.0" instead of "18.3.0.0.0".
2003
+
1994
2004
This property was added in node-oracledb 2.2.
1995
2005
1996
2006
#### <a name =" propconnstmtcachesize " ></a > 4.1.6 ` connection.stmtCacheSize `
You can’t perform that action at this time.
0 commit comments