Commit Graph

58 Commits

Author SHA1 Message Date
Sharad Chandran R 6349a794d5 Update binding.gyp with the correct Install URLs 2024-05-02 21:19:30 +05:30
Sharad Chandran R 8bc9796a58 Add support for vector datatype with test case and formatting updates 2024-03-11 12:22:40 +05:30
Sharad Chandran R d112fdaa12 Adjusted code to use the new API for getting SODA collection names using ODPI-C latest version 2023-08-17 17:02:32 +05:30
Christopher Jones ddfd50f136 More C to JS conversion 2023-02-21 13:50:27 +11:00
Christopher Jones 7d9fc13bd8 Start moving code from C to JavaScript 2023-02-21 10:44:26 +11:00
Christopher Jones aee42a47b1 Add IAM Token based authentication 2022-06-07 22:19:23 +10:00
Christopher Jones b00437d8ab Add support for DB 21 JSON internal storage type OSON 2020-12-09 09:00:20 +11:00
Christopher Jones 2f64b40dc0 Remove unused C++ arguments 2020-11-16 14:55:41 +11:00
Christopher Jones 0498f36e25 Add /usr/local/lib to runtime search path on macOS 2020-05-20 22:50:36 +10:00
Christopher Jones 4b27bcbeaa First merge of named Oracle type query and binding support 2019-07-24 17:32:28 +10:00
Christopher Jones da300b7805 Add AQ support for RAW queues 2019-07-24 17:32:26 +10:00
Christopher Jones f677033346 Update ODPI-C 2019-07-24 17:32:25 +10:00
Christopher Jones f9663c3be9 Refactor to use N-API instead of NAN 2019-07-24 17:32:19 +10:00
Christopher Jones 70e8bc9240 Added new APIs for Simple Oracle Document Access (SODA) 2018-09-27 15:00:21 +10:00
Christopher Jones 79300c2bdf Update ODPI-C 2018-09-27 15:00:08 +10:00
Christopher Jones 4f13e31004 Add Continuous Query Notification (CQN) support 2018-05-30 11:18:42 +10:00
Christopher Jones 155ff873aa Update doc links to point to new gh-pages site https://oracle.github.io/node-oracledb/ 2018-03-27 16:11:29 +11:00
Christopher Jones d3fae224e4 Update ODPI-C to eliminate DPI-1054 errors
Automatically close result sets and LOBs when the connection is closed.
2018-02-06 13:45:31 +11:00
Christopher Jones 0e523bbb06 Change install message prefix from node-oracledb to oracledb 2017-11-17 22:43:59 +11:00
Christopher Jones 0a2172d4f1 Use ODPI with thread-safe handle pool 2017-11-17 22:34:03 +11:00
Christopher Jones 9ef4e430d8 Whitespace changes 2017-10-23 13:26:54 +11:00
Christopher Jones 71b50924a8 Update binding.gyp for ODPI-C changes 2017-10-23 13:09:48 +11:00
Christopher Jones 442957530f Remove obsolete src directory nesting 2017-08-16 15:10:17 +10:00
Christopher Jones ff3ea24d16 Pick up ODPI-C with Windows thread destruction fix 2017-08-03 17:21:16 +10:00
Christopher Jones 71fd2cb1df Remove passthrough of DPI_DEBUG_LEVEL env var now that ODPI-C does a runtime check 2017-08-01 14:05:55 +10:00
Christopher Jones 727d44731b Give a helpful warning about odpi to users downloading GitHub ZIP bundles 2017-06-14 21:14:16 +10:00
Christopher Jones 972faab614 Use DPI_DEBUG_LEVEL environment variable for ODPI-C on non-Windows platforms 2017-06-14 11:12:53 +10:00
Christopher Jones a279f5682d No need to list headers in the sources 2017-06-14 09:52:24 +10:00
Christopher Jones f7e5e1b76c Implement ODPI-C dynamic binding of OCI (Windows support still needed) 2017-06-14 09:47:32 +10:00
Christopher Jones a807e2f6f1 Renamed submodule dpic to odpi 2017-06-14 09:17:58 +10:00
Christopher Jones a9be1962fa Updated ODPI-C (universal rowid support) 2017-06-14 09:14:21 +10:00
Christopher Jones 9822928658 Updated ODPI-C (simplified error handling and introduction of context) 2017-06-14 09:12:41 +10:00
Christopher Jones 044b972b31 Restore linking against libclntsh and build ODPI-C source code directly into the driver 2017-06-14 09:05:40 +10:00
Christopher Jones 2a1ae1225d Added submodule for the ODPI-C repository code and adjusted binding.gyp to make use of it 2017-06-14 08:49:32 +10:00
Christopher Jones 1e030afb3a Modified binding.gyp to link against ODPI-C only and adjusted all platforms to remove the checks for OCI 2017-06-14 08:32:17 +10:00
Christopher Jones b4be3c456f Rework of node-oracledb driver to use ODPI-C 2017-06-14 08:14:16 +10:00
Christopher Jones b5365ec3e4 Fixed creation of Windows debug builds 2016-03-24 21:15:29 +11:00
Christopher Jones dc4a829ff6 Whitespace cleanup 2016-03-24 17:09:53 +11:00
Christopher Jones 936a1d6b95 Whitespace indentation changes for consistency 2016-01-25 22:26:32 +11:00
Christopher Jones 7bc10e475e Use rpath on OS X to make some testing easier 2016-01-25 22:23:45 +11:00
Christopher Jones 14654e53e0 Added oracledb.oracleClientVersion and connection.oracleServerVersion 2015-10-15 12:46:20 +11:00
Christopher Jones 55d761fbec Add installer error messages for client header and lib 2015-09-25 17:11:12 +10:00
Christopher Jones 2df7e7aa88 Give useful errors on Linux & OS X when Oracle client is not found 2015-09-25 17:09:17 +10:00
Christopher Jones c5163d9d76 Code changes for node-oracledb 1.0 2015-08-17 16:16:32 +10:00
Christopher Jones 1e8d7c558c Initial Result Set code 2015-07-20 14:54:05 +10:00
Bigous a148f7dab8 Merge with latest commit from upstream.
Signed-off-by: Richard Natal <bigous@gmail.com>
2015-03-31 10:53:56 -03:00
Christopher Jones 6cfc0528c8 Remove the version number from the AIX default Instant Client directory name. This now matches the default on other platforms. 2015-03-28 16:21:11 -07:00
Bigous e08a200c8a Merge with the latest version of oracledb [SIGN-OFF]
Signed-off-by: Richard Natal <bigous@gmail.com>
2015-03-22 23:21:15 -03:00
Bigous 12174325a1 Merge with upstream from oracle.
Signed-off-by: Bigous <bigous@gmail.com>
2015-03-10 13:04:44 -03:00
Bigous 47646ec6e3 Change configuration to compile without errors on windows. 2015-03-09 17:49:11 -03:00