Commit Graph

1834 Commits

Author SHA1 Message Date
Christopher Jones 880de16b7b Remove HTML tag in CHANGELOG 2020-03-05 15:29:32 +11:00
Christopher Jones 7c2f635660 Fixed OUT binds of newer date bind types 2020-03-04 11:11:52 +11:00
Christopher Jones d657c4b1e4 Add a cleanup in the testsuite 2020-03-04 10:54:28 +11:00
Christopher Jones 5382af124b Fix metadata for NCLOB 2020-03-04 10:54:07 +11:00
Christopher Jones adc3ec16be Add metadata for non-ResultSet nested cursors 2020-02-29 09:34:53 +11:00
Christopher Jones 35170fec43 Make nested cursor array iteration safer
This avoids issues like setting Object.prototype.foo = some_value
2020-02-29 09:26:54 +11:00
Christopher Jones 9ecd0cc550 Test infrastructure updates 2020-02-29 09:24:40 +11:00
Christopher Jones ae821e98aa Add missing await in doc example 2020-02-28 11:56:55 +11:00
Christopher Jones ca16b6c5fa Update dev dependencies 2020-02-28 10:54:40 +11:00
Christopher Jones 332c5ef360 Remove obsolete tests 2020-02-28 10:53:22 +11:00
Christopher Jones 7f4a3cfc3c Mention the round-trip reduction from 2027f08 and ODPI change 2020-02-28 10:52:19 +11:00
Christopher Jones 8258626622 Mention Linux Instant Client perma-links. Update versions. Simplify. 2020-02-28 10:50:42 +11:00
Christopher Jones 940e07b653 Remove obsolete variable 2020-02-28 10:50:03 +11:00
Christopher Jones 9379877373 Don't set up nested cursor if no rows have been fetched in a top-level cursor 2020-02-28 10:49:46 +11:00
Christopher Jones 78c709b540 Add support for nested cursors 2020-02-26 13:43:33 +11:00
Christopher Jones 97681b09af Fix casting 2020-02-26 13:42:49 +11:00
Christopher Jones 0226aec544 Explicitly mention the new connection privilege 2020-02-26 13:42:31 +11:00
Christopher Jones da65c4c4b5 Describe how to start a remote DB 2020-02-26 13:42:01 +11:00
Christopher Jones a8c0ff7e7d Typo (thank you @kubo) 2020-02-21 08:37:35 +11:00
Christopher Jones 492c911e03 Add support for SODA collection truncation 2020-02-20 12:43:44 +11:00
Christopher Jones bed64e07df Add DB startup and shutdown functionality 2020-02-18 16:31:38 +11:00
Christopher Jones 30781dca2a Add a graceful failure check to buildpackage.js 2020-02-16 22:04:35 +11:00
Christopher Jones 3000603313 Note recent package build improvement 2020-02-16 22:03:11 +11:00
Christopher Jones d39720ab00 Mention alternative for parallel DML 2020-02-16 11:21:05 +11:00
Christopher Jones 09ddb74d02 Added SODA collection save() and saveAndGet() functions 2020-02-16 11:20:47 +11:00
Christopher Jones 99ffd2ffa5 Add node-oracledb architecture diagram and description 2020-02-16 11:18:39 +11:00
Christopher Jones 1d289cd897 Show node-oracledb 4.2 lastRowid output in example 2020-02-16 11:17:17 +11:00
Christopher Jones a87a9aaaa9 Remove git usage when building npm packages to make offline building cleaner 2020-02-16 11:16:59 +11:00
Christopher Jones 5a265036d0 Remove stray text 2020-02-16 11:14:45 +11:00
Christopher Jones 69473744de Update ODPI-C 2020-02-16 11:14:22 +11:00
Christopher Jones 58b582bf2d Refactored JavaScript implementation to use async/await 2020-02-16 11:06:45 +11:00
Christopher Jones 52c0c0ad6a Document fetchArraySize hierarchy 2020-02-16 11:00:22 +11:00
Christopher Jones c7525e2108 Update CHANGELOG with recent changes 2020-02-16 10:59:39 +11:00
Christopher Jones 2027f08b4e Optimization to ignore long release string during connection 2020-02-16 10:59:16 +11:00
Christopher Jones 6691d57169 wget is now needed for Docker Node.js images (Issue #1201) 2020-02-16 10:51:13 +11:00
Christopher Jones 2f15eadafa Fix IN/OUT bind segfault for DB objects without a database object class 2020-02-16 10:50:14 +11:00
Christopher Jones 88e9d8d988 Remove Node 8 from INSTALL 2020-02-16 10:49:02 +11:00
Christopher Jones 96ed347987 Bump version to 5.0.0-dev 2020-02-16 10:47:52 +11:00
Christopher Jones 0800b3c0ba Lint test files 2020-01-22 12:22:10 +11:00
Christopher Jones b94732681d Mention setting WALLET_LOCATION for cwallet.sso 2020-01-22 12:21:27 +11:00
Christopher Jones 8583496c07 Add tests of DB_TYPE_BINARY_FLOAT/DOUBLE 2020-01-22 12:21:01 +11:00
Christopher Jones 955cdcfe50 CHANGELOG grammar 2020-01-22 12:19:54 +11:00
Christopher Jones af1b51105f Mention updated tests and doc! 2020-01-22 12:18:33 +11:00
Christopher Jones ca98a66259 Bump version to 4.2.0 and prepare for release 2020-01-22 12:18:05 +11:00
Christopher Jones 17d539fa4d Test PL/SQL BOOLEAN data binds as scalars and in collections 2020-01-22 12:17:45 +11:00
Christopher Jones 3870ab174a Added binding support for DB_TYPE_BOOLEAN (Diego Arce) 2020-01-22 12:16:54 +11:00
Christopher Jones 13727173a7 Bind type updates with support for NCHAR and others 2020-01-22 12:15:34 +11:00
Christopher Jones 0a5f30c096 Add test of INSERT ALL statement in lastRowid suite 2020-01-22 12:13:08 +11:00
Christopher Jones ed55a78c82 Update Lob streaming best practice doc 2020-01-22 12:12:17 +11:00
Christopher Jones e90d75a3d8 Make sharded pool connections respect queueTimeout when poolMaxPerShard has been reached 2020-01-22 12:07:31 +11:00