Commit Graph

82 Commits

Author SHA1 Message Date
Christopher Jones 2babbabce4 Advertise executeMany() 2018-08-22 13:24:13 +10:00
Christopher Jones 01ef062180 Use new documentation version-independent links 2018-08-22 13:14:25 +10:00
Christopher Jones d3bdfe8a3b Give documentation links some love, including update to 18c content 2018-08-22 13:09:26 +10:00
Christopher Jones d8453812de Drop demo table for idempotency 2018-06-27 16:53:55 +10:00
Christopher Jones c0f230ab01 Show use of binds in a CQN example 2018-05-30 11:54:42 +10:00
Christopher Jones 4f13e31004 Add Continuous Query Notification (CQN) support 2018-05-30 11:18:42 +10:00
Christopher Jones 7e15f21cfc Add connection.executeMany() for batch statement execution 2018-03-27 17:05:27 +11:00
Christopher Jones 17cc3f6036 Mention PL/SQL named param syntax. See issue #420 2018-03-27 16:29:08 +11:00
Christopher Jones 0a4ad41474 Show JSON examples with 12.2's easier dot notation 2018-03-27 16:26:51 +11:00
Christopher Jones 193fde1b2d Move more links to http://oracle.github.io/node-oracledb/ 2018-03-27 16:12:28 +11: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 95600c8ada Standardize some example syntax 2018-03-27 16:04:27 +11:00
Christopher Jones e81da6f7ce Add properties oracledb.oracleClientVersionString and connection.oracleServerVersionString 2018-03-27 16:01:20 +11:00
Christopher Jones 54f869d068 Add oracledb.events 2018-03-27 16:00:14 +11:00
Christopher Jones b2418fbd78 Tweak example 2018-02-14 08:50:49 +11:00
Christopher Jones 90c1756458 Remove unused variable 2018-02-06 14:06:45 +11:00
Christopher Jones 3a01f67195 Make sure querystream "close" event is the last event emitted 2018-02-06 14:04:01 +11:00
Christopher Jones c5fb03438e Link to Connor's video on how to create a user 2018-02-06 13:39:51 +11:00
Christopher Jones 4869896d51 Added support for new attributes "versionString" and "versionSuffix" 2018-02-06 13:17:33 +11:00
Christopher Jones a30f2c9bb1 Implementation of resultSet.getRow() buffering in JavaScript instead of C++. 2017-12-12 10:03:15 +11:00
Christopher Jones 885de16a56 Introduce fetchArraySize to replace prefetchRows for query fetch tuning 2017-12-12 09:56:12 +11:00
Christopher Jones bd56ed7135 Add README for examples 2017-12-12 09:42:30 +11:00
Christopher Jones 71c6853cda Show the platform to help aid any remote problem solving 2017-11-19 15:35:24 +11:00
Christopher Jones 1b4b004ed9 Lint examples 2017-11-17 22:50:42 +11:00
Christopher Jones b5c62fd3f6 Always print event trace, similar to other examples 2017-10-23 13:25:59 +11:00
Christopher Jones a7728acd5a Remove unnecessary closes 2017-10-23 13:25:34 +11:00
Christopher Jones 758c153ab6 Fix lint warnings/whitespace/formatting of some examples 2017-10-23 13:12:26 +11:00
Christopher Jones 1f5521c8ce Remove potential for double callback on error 2017-10-23 13:10:37 +11:00
Christopher Jones 9ba58c61c3 Use standard open brace position 2017-10-23 12:23:52 +11:00
Christopher Jones da2a682522 Close lobs explicitly on error to avoid DPI-1054. Avoid double callback on error 2017-10-23 12:23:05 +11:00
Christopher Jones d0a043e2fe Change sample defaults and update comment on the driver name in V$ views 2017-08-16 15:12:16 +10:00
Christopher Jones fbf81504fe Ensure that statements and LOBs are closed before the connection is closed, to match ODPI-C hardening 2017-08-01 14:14:43 +10:00
Christopher Jones b21e0f527b Do a pass on ResultSet discussion in doc and examples 2017-07-08 12:46:58 +10:00
Christopher Jones 9f421c181b Add install troubleshooting section 2017-06-29 16:35:55 +10:00
Christopher Jones e298c94e94 Remove trailing whitespace 2017-06-14 12:42:45 +10:00
Christopher Jones d5293ef7db Sync copyright in examples/ files 2017-06-14 12:37:17 +10:00
Christopher Jones c6b7f1c728 Sync examples 2017-06-14 11:56:46 +10:00
Christopher Jones 1569c17e9c Sync examples with master and update for v2 2017-06-14 11:23:10 +10:00
Christopher Jones 7ef56ee126 Fixed example indentation for consistency 2016-05-16 10:07:48 +10:00
Christopher Jones 16be352385 Merge 1.9.0-dev JavaScript changes adding Promises etc 2016-05-16 09:53:23 +10:00
Christopher Jones 84cb11ae04 Remove unused result param from DDL execute() callbacks 2016-03-24 21:40:28 +11:00
Christopher Jones 5f636f4269 Rewrite to avoid extra getRows() call at EOF 2016-03-24 21:39:22 +11:00
Christopher Jones deeccf375f Remove streamNumRows and use oracledb.maxRows until we revisit parameter passing 2016-03-24 21:37:12 +11:00
Christopher Jones 00cb1f9469 Use async waterfall to avoid nesting. Fix comment 2016-03-24 21:34:32 +11:00
Christopher Jones 7816a143b8 Remove trailing whitespace from examples 2016-03-24 21:23:57 +11:00
Christopher Jones 58df9f11b6 Add query streaming (PR 321) 2016-03-24 21:18:16 +11:00
Christopher Jones 608da77319 Add missing semi-colons uncovered by lint check 2016-02-29 13:55:19 +11:00
Christopher Jones d5cb100c98 Add sig handlers. Remove parallelism to make queue stats easier to understand 2016-02-29 13:37:34 +11:00
Christopher Jones bb55e551c0 Convert JSON examples to use async waterfall 2016-02-29 13:23:16 +11:00
Christopher Jones 3c5f3cd0fc Add example for PL/SQL Associative Array bind 2016-01-30 22:27:24 +11:00