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 5353- Support fetching XMLTYPE columns in queries. They will return as
5454 String limited to the VARCHAR2 length.
5555
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 ) .
6368
6469- Fixed a crash with high frequency notifications from CQN
6570 ([ #1009 ] ( https://github.com/oracle/node-oracledb/issues/1009 ) ).
You can’t perform that action at this time.
0 commit comments