File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 53
53
- Support fetching XMLTYPE columns in queries. They will return as
54
54
String limited to the VARCHAR2 length.
55
55
56
- - Update install processes by bundling all pre-built binaries into the
57
- https://www.npmjs.com/package/oracledb package, removing the need
58
- for a separate binary package download from GitHub. At runtime an
59
- appropriate binary is loaded by ` require() ` , if it exists, allowing
60
- one ` node_modules/oracledb ` install to be usable in different
61
- environments. Also, source code is no longer included in the npm
62
- package.
56
+ - Updated install processes by bundling all pre-built binaries into
57
+ the https://www.npmjs.com/package/oracledb package, removing the
58
+ need for a separate binary package download from GitHub. At runtime
59
+ an appropriate binary is loaded by ` require() ` , if it exists,
60
+ allowing one ` node_modules/oracledb ` install to be usable in
61
+ different environments.
62
+
63
+ Source code is no longer included in the npm package. It is still
64
+ available from GitHub and oss.oracle.com.
65
+
66
+ The steps for self-hosting a node-oracledb package have changed, see
67
+ [ INSTALL] ( https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#selfhost ) .
63
68
64
69
- Fixed a crash with high frequency notifications from CQN
65
70
([ #1009 ] ( https://github.com/oracle/node-oracledb/issues/1009 ) ).
You can’t perform that action at this time.
0 commit comments