Commit Graph

399 Commits

Author SHA1 Message Date
Christopher Jones 16ee5078fb Improve null pointer checks 2016-05-16 09:46:01 +10:00
Christopher Jones a0af4ac825 Add prefix to PL/SQL procedure to avoid name clashes 2016-05-16 09:43:20 +10:00
Christopher Jones ff028c34bc Fix overview link in INSTALL 2016-05-16 09:42:02 +10:00
Christopher Jones 9fd6ed38a3 Added validation for FetchInfo 2016-05-16 09:41:28 +10:00
Christopher Jones 3c914974b0 No need to install editorconfig when running "npm install" 2016-05-16 09:38:32 +10:00
Christopher Jones b366d5c76d Remove test 6.3 Bulk collect 2016-05-16 09:37:45 +10:00
Christopher Jones 310ff74123 Add test editorconfig 2016-05-16 09:35:54 +10:00
Christopher Jones 93f9196129 Use newer, larger OCI_ERROR_MAXMSG_SIZE2 buffer size. Misc message comment changes 2016-05-16 09:30:53 +10:00
Christopher Jones 7d1bc9fad5 Use unique enum prefix to avoid symbol redef issue on Windows 2016-05-16 09:28:50 +10:00
Christopher Jones 5ca4ea64d7 Suspend two property tests 2016-05-16 09:26:50 +10:00
Christopher Jones fc8ae7d5aa Add tests for queueRequests and queueTimeout properties 2016-05-16 09:23:00 +10:00
Christopher Jones 656aa32b2f Swap OS X install options to put the easier one first 2016-05-16 09:21:56 +10:00
Christopher Jones f9e2eea595 Small wording tweaks 2016-05-16 09:21:25 +10:00
Christopher Jones 1291bf9009 Bump doc copyright 2016-05-16 09:20:14 +10:00
Christopher Jones 5cf80c44a0 Bump version to 1.9 2016-05-16 09:19:15 +10:00
Christopher Jones db5950f1cf Fix file case 2016-03-24 22:00:08 +11:00
Christopher Jones fcd8c2b3c3 Use major.minor for version 2016-03-24 21:56:21 +11:00
Christopher Jones c73c3644bd Bump version to 1.8.0 2016-03-24 21:54:01 +11:00
Christopher Jones 5939edd18b Update CHANGELOG for release 1.8.0 2016-03-24 21:50:17 +11:00
Christopher Jones f7c479dfb6 Add link to runnable query stream example 2016-03-24 21:48:34 +11:00
Christopher Jones 6baa334389 Add editorconfig 2016-03-24 21:47:37 +11:00
Christopher Jones 1192ea2e34 Removed unused reference to streamNumRows on ResultSet 2016-03-24 21:46:52 +11:00
Christopher Jones 79a847331c More streamNumRows removal in tests 2016-03-24 21:45:54 +11:00
Christopher Jones 510012a1de change tests accordingly after queryNumRows was removed 2016-03-24 21:41:52 +11: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 be0d5aa10e Fix merge artifact and whitespace 2016-03-24 21:38:15 +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 9a3bc94a2f More queryStream doc 2016-03-24 21:35:49 +11:00
Christopher Jones 00cb1f9469 Use async waterfall to avoid nesting. Fix comment 2016-03-24 21:34:32 +11:00
Christopher Jones a0a77d8dbe add more streams tests 2016-03-24 21:33:17 +11:00
Christopher Jones d18627e5f1 Mention queueing in the pooling doc and mention why prepare/execute are not needed 2016-03-24 21:28:25 +11:00
Christopher Jones 4c77aaa0e2 Remove trailing whitespace from source files 2016-03-24 21:27:09 +11:00
Christopher Jones 67d3070b14 Remove trailing whitespace from tests 2016-03-24 21:26:28 +11:00
Christopher Jones 8838a4e567 Remove trailing whitespace from JS code 2016-03-24 21:25:50 +11:00
Christopher Jones 5d85e87569 Remove "use strict" to be consistent with other files (really we should add it everywhere) 2016-03-24 21:24:38 +11:00
Christopher Jones 7816a143b8 Remove trailing whitespace from examples 2016-03-24 21:23:57 +11:00
Christopher Jones 9c73ac38cb Mention DRCP users need to use a local connection pool 2016-03-24 21:23:02 +11:00
Christopher Jones 493ae4c954 Added units to poolTimeout in pool stats 2016-03-24 21:21:57 +11:00
Christopher Jones 8c813db888 Added total up-time to pool stats 2016-03-24 21:21:18 +11:00
Christopher Jones 58df9f11b6 Add query streaming (PR 321) 2016-03-24 21:18:16 +11:00
Christopher Jones b5365ec3e4 Fixed creation of Windows debug builds 2016-03-24 21:15:29 +11:00
Christopher Jones 0efcffc02c Set the internal driver name 2016-03-24 21:13:55 +11:00
Christopher Jones de62da9073 Acknowledge contributions 2016-03-24 17:34:17 +11:00
Christopher Jones 6207653d44 Bump NAN from 2.1 to 2.2 2016-03-24 17:31:53 +11:00
Christopher Jones da8722e2bc Use a standard prefix "nodb_" for test objects 2016-03-24 17:31:19 +11:00
Christopher Jones de40aff6f8 Simplify example 2016-03-24 17:29:41 +11:00
Christopher Jones a962ba8bf2 Explicitly mention Instant Client SDK 2016-03-24 17:27:15 +11:00
Christopher Jones d8031c55bc Improve handling of maxArraySize and maxSize errors 2016-03-24 17:25:51 +11:00
Christopher Jones 6b69b47323 Improve handing of dates/times in tests 2016-03-24 17:23:09 +11:00