Commit Graph

173 Commits

Author SHA1 Message Date
Christopher Jones b08bd02b23 Fixed a regression when enumerable properties were added to Object.prototype 2019-08-14 21:48:06 +10:00
Christopher Jones 0d0b453506 Bump version to 4.0.1 2019-08-14 21:43:45 +10:00
Christopher Jones 7c44fb51be Fixed regression with getStatementInfo() metadata 2019-08-14 21:43:02 +10:00
Christopher Jones b4be9930dc Update CHANGELOG with recent changes 2019-08-14 21:40:31 +10:00
Christopher Jones c39587aca1 Bump version to 4.0.0 production 2019-07-24 17:32:31 +10:00
Christopher Jones 861a8f6487 Fix case in output example 2019-07-24 17:32:31 +10:00
Christopher Jones 4b52ced50b Tidy up empty array errors in con.executeMany() and coll.insertMany() 2019-07-24 17:32:31 +10:00
Christopher Jones d00be6acee Bump N-API version to 4 2019-07-24 17:32:30 +10:00
Christopher Jones 4ad1383674 Add doc links 2019-07-24 17:32:30 +10:00
Christopher Jones c72a07c9db Spelling and related small changes 2019-07-24 17:32:30 +10:00
Christopher Jones 8cbe48378e Change the default of "events" to true for better O-O-B HA 2019-07-24 17:32:29 +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 3863f978a9 Reorganize and update CHANGELOG 2019-07-24 17:32:28 +10:00
Christopher Jones 3045f246b5 One more N-API detail may be useful 2019-07-24 17:32:28 +10:00
Christopher Jones 2507df7d94 Renumber type constants to simplify any future binding enhancements 2019-07-24 17:32:28 +10:00
Christopher Jones 536f18bd96 Prefer new constants OUT_FORMAT_ARRAY and OUT_FORMAT_OBJECT 2019-07-24 17:32:28 +10:00
Christopher Jones 7ec2900783 Update installation migration section about compiler requirements 2019-07-24 17:32:27 +10:00
Christopher Jones e3d1a69848 Bump the miniumum Node.js version required to 8.16 2019-07-24 17:32:27 +10:00
Christopher Jones 8ea69fddb1 Rename lob.getValue() to lob.getData() 2019-07-24 17:32:27 +10:00
Christopher Jones 61bd19a4e2 Mention the change to use async/await in examples 2019-07-24 17:32:27 +10:00
Christopher Jones 09e85ac4b7 Added lob.getValue() to get a Lobs data without having to stream it 2019-07-24 17:32:27 +10:00
Christopher Jones eb32fddddc Note the regId addition 2019-07-24 17:32:26 +10:00
Christopher Jones ff44033667 Support for getting the registration id for subscriptions 2019-07-24 17:32:26 +10:00
Christopher Jones 29d4b92650 SODA can be used with Oracle Client 18.5 or 19.3 2019-07-24 17:32:26 +10:00
Christopher Jones 69341bf0ff Update links from dev to production doc 2019-07-24 17:32:26 +10:00
Christopher Jones 17c72914bd Note pool drain fix 2019-07-24 17:32:26 +10:00
Christopher Jones 2937ed2d0e Add support for Implict Results 2019-07-24 17:32:26 +10:00
Christopher Jones da300b7805 Add AQ support for RAW queues 2019-07-24 17:32:26 +10:00
Christopher Jones 8437e3e187 Ensure that pool.status property is read-only 2019-07-24 17:32:26 +10:00
Christopher Jones 37c31fca36 Remove unnecessary setters from read-only properties 2019-07-24 17:32:25 +10:00
Christopher Jones 93a8d8901f sodaCollection.metaData should be an Object, as documented 2019-07-24 17:32:25 +10:00
Christopher Jones 4a1dbddbb1 Add SODA bulk insert doc 2019-07-24 17:32:25 +10:00
Christopher Jones d73cfe78d1 Typo in unsubscription text 2019-07-24 17:32:25 +10:00
Christopher Jones abc7f0ebda Mention connection.currentSchema 2019-07-24 17:32:25 +10:00
Christopher Jones a2a848161e Mention SODA bulk insert addition 2019-07-24 17:32:25 +10:00
Christopher Jones 41755e96ab Update ODPI-C to get CQN fix for unsubscribing 2019-07-24 17:32:25 +10:00
Christopher Jones 0dbbfa0c33 Fixed writing multi-byte chars to CLOBs when multiple writes occur 2019-07-24 17:32:24 +10:00
Christopher Jones 25dc324fff Note user visible changes 2019-07-24 17:32:24 +10:00
Christopher Jones 7e54527595 Replace NJS-006 with NJS-005 & NJS-008 with NJS-007 to avoid type/value confusion 2019-07-24 17:32:23 +10:00
Christopher Jones 14a909cfce The code is pure C so a C++ compiler is no longer required 2019-07-24 17:32:23 +10:00
Christopher Jones f9663c3be9 Refactor to use N-API instead of NAN 2019-07-24 17:32:19 +10:00
Christopher Jones c162d34036 Support BIND_IN of PL/SQL Collection Assoc Arrays without a bind definition object 2019-07-24 17:31:20 +10:00
Christopher Jones b667848e61 Bump version to 4.0.0-dev 2019-07-24 17:31:20 +10:00
Christopher Jones 623b61dcb3 Update CHANGELOG 2019-02-21 15:27:03 +11:00
Christopher Jones ac1dddbe80 Mark CQN subscription as invalid before connection.unsubscribe() completes 2019-02-20 08:55:45 +11:00
Christopher Jones 52b50346da Bump version to 3.1.2-dev 2019-02-08 13:06:53 +11:00
Christopher Jones c99d4788bb Bump to 3.1.1 for package rebuild 2019-01-24 10:55:08 +11:00
Christopher Jones a840577668 Explicitly mention that self-hosting steps have improved 2019-01-22 15:00:08 +11:00
Christopher Jones 5e73ab02c3 Bump version to 3.1 2019-01-22 14:53:40 +11:00
Christopher Jones 268f6d1396 Fix V8 deprecation compilation and other warnings 2019-01-17 11:46:26 +11:00