Commit Graph

182 Commits

Author SHA1 Message Date
Christopher Jones 8fd73548be Update doc links to point to new doc on readthedocs 2023-02-21 17:53:18 +11:00
Christopher Jones 317ce7ac79 Fix example connection scope 2023-02-21 15:05:51 +11:00
Christopher Jones 1de6451fae Re-license as dual Apache 2.0 or UPL 1.0 2023-02-21 12:43:43 +11:00
Christopher Jones 6b28cb3c58 Show clientInitiated option in CQN example 2022-09-08 16:47:05 +10:00
Christopher Jones 0d328cf09a Add OAuth 2.0 token based authentication 2022-09-08 16:45:12 +10:00
Christopher Jones 539a9f1266 Prefer process.once in examples 2022-09-08 16:42:53 +10:00
Christopher Jones aee42a47b1 Add IAM Token based authentication 2022-06-07 22:19:23 +10:00
Christopher Jones 7e062fc31a Update template text 2022-05-17 13:16:40 +10:00
Christopher Jones 0a8d213387 Improve getRows() example 2022-02-23 12:04:59 +11:00
Christopher Jones 0f118cf3f5 Update examples so Windows can have Oracle client libs in PATH 2021-10-17 17:22:29 +11:00
Christopher Jones 4773ed219f Clarify that example.js doesn't run all examples 2021-08-01 09:22:50 +10:00
Christopher Jones 0cbaf15399 Refactor session callback documentation 2021-05-31 11:39:46 +10:00
Christopher Jones 8014f63db4 Add lastRowid example 2021-05-30 15:02:04 +10:00
Christopher Jones ea0a73095d Update DB user creation URL 2021-05-29 18:07:11 +10:00
Christopher Jones d4ca9840f5 Added pool.reconfigure() 2021-05-29 09:48:28 +10:00
Christopher Jones 3b6fbac0b2 Use initOracleClient() in examples 2021-05-20 16:47:23 +10:00
Christopher Jones a921be1bdf queryStream and toQueryStream are sync. Refactor tests. 2021-04-08 11:25:11 +10:00
Christopher Jones 98c9820053 Enforce stricter JS coding style rules 2021-04-01 15:48:37 +11:00
Christopher Jones 1f59ac16da Add SODA metadata cache support 2021-03-30 09:20:21 +11:00
Christopher Jones 8a51c2ef2f Use explicit SODA metadata for maximum version interoperability in example 2021-03-08 18:46:59 +11:00
Christopher Jones 15eae2cec0 Cross-ref to the doc. Explicitly list the pw step 2021-02-16 15:57:46 +11:00
Christopher Jones f6d9792cc3 Let getRows() return all rows in one call 2021-02-10 18:43:29 +11:00
Christopher Jones b00437d8ab Add support for DB 21 JSON internal storage type OSON 2020-12-09 09:00:20 +11:00
Christopher Jones eb17c29bd7 Add dbObjectAsPojo property 2020-11-19 13:06:47 +11:00
Christopher Jones f610e1bac1 Rework web app example to return HTTP 500 code on error 2020-11-16 14:58:47 +11:00
Christopher Jones eaa084c7b9 Update comment because using initOracleClient needs node-oracledb 5.0 2020-11-16 14:58:07 +11:00
Christopher Jones dab4ec48b6 Give a more precise example call 2020-11-16 14:57:34 +11:00
Christopher Jones 2d7e8c3782 Update Oracle Client paths with latest versions 2020-11-16 14:56:33 +11:00
Christopher Jones 9de50f480d Add note about Windows thread pool size 2020-09-22 15:57:33 +10:00
Christopher Jones 7a09f977d6 Update example PL/SQL function to use an OUT param 2020-07-30 15:56:48 +10:00
Christopher Jones 582202b761 Use double backslash on Windows 2020-07-30 15:56:05 +10:00
Christopher Jones b80e744370 Rename webappawait.js 2020-07-30 15:55:36 +10:00
Christopher Jones a7d2b1cb0f Reinforce that fixed pool sizes are recommended 2020-06-18 09:03:55 +10:00
Christopher Jones 4dd000f197 Fix terminology 2020-06-18 09:03:07 +10:00
Christopher Jones 15a1dbbfba Add row prefetching and cursor IN binding 2020-06-13 08:16:36 +10:00
Christopher Jones 161dc0c841 Add oracledb.initOracleClient() for Oracle Client initialization 2020-06-03 14:14:49 +10:00
Christopher Jones 60607a6752 Note that DISABLE_OOB=ON is not needed with 19c 2020-06-03 14:08:37 +10:00
Christopher Jones 9465ff5bb1 Update examples to show _logStats 2020-05-09 12:35:17 +10:00
Christopher Jones 914d6a5e7a Update examples to show how to set UV_THREADPOOL_SIZE 2020-05-09 12:34:40 +10:00
Christopher Jones 10cd68b7d4 Update examples to show better use of stream destroy() 2020-03-21 08:13:36 +11:00
Christopher Jones fd293d7614 Add pool.queueMax (Issue #514) 2020-03-07 10:56:19 +11:00
Christopher Jones adc3ec16be Add metadata for non-ResultSet nested cursors 2020-02-29 09:34:53 +11:00
Christopher Jones 78c709b540 Add support for nested cursors 2020-02-26 13:43:33 +11:00
Christopher Jones 1d289cd897 Show node-oracledb 4.2 lastRowid output in example 2020-02-16 11:17:17 +11:00
Christopher Jones ed55a78c82 Update Lob streaming best practice doc 2020-01-22 12:12:17 +11:00
Christopher Jones 90a50dca57 Correct use of close event in queryStream() samples and doc 2019-11-22 10:54:28 +11:00
Christopher Jones 0249378366 Rework schema setup in example scripts 2019-11-22 10:54:28 +11:00
Christopher Jones e937b8a96e Revert events mode default back to false 2019-11-22 10:54:22 +11:00
Christopher Jones fb52b59d03 Use technically valid geometry data 2019-11-22 10:54:21 +11:00
Christopher Jones 272159b48d Add enqMany() caveat to example 2019-07-24 18:17:22 +10:00