Commit Graph

210 Commits

Author SHA1 Message Date
Sharad Chandran R e4a261d78a Add support for binary vector (Oracle Database 23ai feature) and eslint fixes in code 2024-07-15 13:05:18 +05:30
Sharad Chandran R 4977cdeef4 Add Centralized Configuration Provider support (Oracle Database 23ai) 2024-07-15 12:59:20 +05:30
Sharad Chandran R 0fac480841 Tighten test cases and examples 2024-07-15 12:14:40 +05:30
Sharad Chandran R 5848805638 Documentation, Test and Example updates for 6.6 release 2024-06-21 17:36:23 +05:30
Sharad Chandran R 8cc1942906 Update a few test cases and move to 6.5.1 dev 2024-05-10 15:59:33 +05:30
Sharad Chandran R 0857d18ee1 Add support for async iteration of SODA document cursors 2024-03-11 17:13:38 +05:30
Sharad Chandran R 5c292fa8f6 Latest test updates and new examples added 2024-03-11 17:10:26 +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 c71f5d5c0a Update examples information 2024-01-30 16:53:52 +05:30
Sharad Chandran R f79f7bab57 Documentation, test and example updates 2023-11-09 20:14:00 +05:30
Sharad Chandran R 3bdc5e11ef Add Support for token generation with Azure and OCI SDK and Documentation sanitization changes 2023-11-02 16:13:34 +05:30
Sharad Chandran R c31fb33395 Added new env variable and automatic AQ table and queue for examples and test updates 2023-10-31 10:05:56 +05:30
Sharad Chandran R 09f4ecd225 Test and Example improvements and updates 2023-10-30 20:50:45 +05:30
Sharad Chandran R 61d42a84cc Internal code changes, example and test case additions 2023-10-05 13:50:11 +05:30
Sharad Chandran R 3222ef3c98 Cleanup example/version.js file 2023-08-17 19:17:43 +05:30
Sharad Chandran R a9fef73119 Updates the examples in the examples directory 2023-08-17 18:03:01 +05:30
Sharad Chandran R f189de242e More example and test updates 2023-06-05 18:14:13 +05:30
Sharad Chandran R 7fc73f021b Update Example based on comment in Issue #745 by Kubo Takehiro 2023-06-05 16:41:26 +05:30
Sharad Chandran R 53cf33c2e5 Update examples and test cases 2023-06-02 09:58:53 +05:30
Sharad Chandran R 905a203d89 Update date examples 2023-05-24 12:26:52 +05:30
Sharad Chandran R 10e496515d Doc, example and test additions 2023-05-24 12:06:04 +05:30
Sharad Chandran R b437c8b44b Show serial number in session fixup example 2023-05-24 08:26:16 +05:30
Sharad Chandran R 889ca3ca6e Minor update in examples.js 2023-05-23 23:16:30 +05:30
Sharad Chandran R 3a9c0d9e82 Add DB Support objects and Pipelined Table tests 2023-05-23 21:31:55 +05:30
Sharad Chandran R b996fc5463 Update Date and Timestamp examples and README file 2023-05-23 21:03:09 +05:30
Sharad Chandran R a8658f059a Thin mode support and new examples 2023-05-23 19:50:06 +05:30
Sharad Chandran R 12c4fd6b7a Update files in examples directory with simpler tuning recommendations for beginners 2023-05-03 17:42:32 +05:30
Sharad Chandran R 9ba7c478fe Minor update to example files 2023-05-03 16:28:02 +05:30
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