Commit Graph

643 Commits

Author SHA1 Message Date
Christopher Jones a625753945 Change test description 2017-03-16 15:27:24 +11:00
Christopher Jones b80081f8a6 Add doc about manually tuning the statement cache size 2017-03-16 15:26:40 +11:00
Christopher Jones 2ebf26ee52 Add queryStream() tests 2017-03-16 15:26:01 +11:00
Christopher Jones ddfc2d0acd Link to GitHub Issues to help users find where to ask questions 2017-03-16 15:24:48 +11:00
Christopher Jones 4ac9ae1a9f Add doc and an example for fetchAsBuffer 2017-03-16 15:23:55 +11:00
Christopher Jones 2eb24be803 Add some PL/SQL LOB bind tests 2017-03-16 15:22:51 +11:00
Christopher Jones 3ebe956ece Add BLOB fetchAsBuffer support 2017-03-16 15:21:25 +11:00
Christopher Jones 62b069bb51 Merge doc about using network authentication for securing net access 2017-03-16 15:19:59 +11:00
Christopher Jones fa8cd0b127 Add new LOB tests 2017-03-16 15:19:08 +11:00
Christopher Jones 5b9be5e197 Update tests 2017-03-16 15:17:29 +11:00
Christopher Jones dc5301ff80 Update .npmignore for name change 2017-03-16 15:15:24 +11:00
Christopher Jones a158c452eb Bump NAN to 2.5.0 2017-03-16 15:13:31 +11:00
Christopher Jones 2f111e3454 Bump version 2017-03-16 15:12:53 +11:00
Christopher Jones 4ce25971a6 Set 1.12.2 release date 2016-12-21 20:34:44 +11:00
Christopher Jones bbd8be5136 Update outFormat section 2016-12-21 17:36:36 +11:00
Christopher Jones 98e2327cdc Mention truncation 2016-12-21 17:18:25 +11:00
Christopher Jones 2d078d1a22 Formatting 2016-12-21 17:16:27 +11:00
Christopher Jones d1fd24df52 Add notes about handling cursor handling and ORA-01000 2016-12-21 15:52:05 +11:00
Christopher Jones 1d59297c0f Duplicate defaults in pool property section 2016-12-21 15:51:27 +11:00
Christopher Jones 17e4703a25 Update keyword list 2016-12-21 15:50:19 +11:00
Christopher Jones bf55e26263 LOB testsuite updates 2016-12-21 15:49:41 +11:00
Christopher Jones a283b91b5c Update CHANGELOG 2016-12-20 18:13:05 +11:00
Christopher Jones 574ba6475b Fix memory allocation with Oracle 11g client when querying CLOBs using fetchAsString 2016-12-20 18:12:31 +11:00
Christopher Jones 675e5aac8b Add comment about Oracle DB feature availability 2016-12-20 18:11:39 +11:00
Christopher Jones 693e51676c Display the date in version.js to make the script more useful for logging an environment's setup 2016-12-20 18:10:56 +11:00
Christopher Jones 2b60cd7135 Note that OCI_INC_DIR and OCI_LIB_DIR values should be absolute paths 2016-12-20 18:09:46 +11:00
Christopher Jones fc6219aa1c Minor test changes 2016-12-20 18:09:02 +11:00
Christopher Jones 906df53b6e Add CLOB fetchAsString size info in another place 2016-12-20 18:08:16 +11:00
Christopher Jones bc8572ded3 Move ROWID and TIMESTAMP WITH TIMEZONE string mapping to correct doc section 2016-12-20 18:07:44 +11:00
Christopher Jones 7aa6dff1d1 Add 'parse' keyword to lead searches to statement caching section 2016-12-20 18:07:09 +11:00
Christopher Jones dfdd8bd939 Fix test description typos 2016-12-20 18:06:21 +11:00
Christopher Jones 0f31ccd75f Bump version to 1.12.2 2016-12-20 18:05:50 +11:00
Christopher Jones 72b9484bfb Update CHANGELOG for 1.12.1-dev 2016-12-16 07:51:42 +11:00
Christopher Jones 04a1d5ba43 Add tests and fix initialization for fetching CLOBs as Strings 2016-12-16 07:51:16 +11:00
Christopher Jones 466b21e876 Cosmetic changes to lob.js and added use strict to util.js 2016-12-15 14:45:38 +11:00
Christopher Jones b8beed1dfe Whitespace 2016-12-15 14:44:52 +11:00
Christopher Jones 13629a8e49 Update test list 2016-12-15 14:44:28 +11:00
Christopher Jones 256eb6ebf9 Bump version to 1.12.1 2016-12-13 12:37:28 +11:00
Christopher Jones 082068fe8d Improve memory checking 2016-12-13 12:36:55 +11:00
Christopher Jones e0c6ec61be Update URL to point to the first code line of example so the code (not the comments) is shown on page load 2016-12-13 12:34:33 +11:00
Christopher Jones 8f79f3b368 Add doc note about success_with_info 2016-12-13 12:33:29 +11:00
Christopher Jones 9ea2d1e832 Consistently use return for async callbacks 2016-12-13 12:32:51 +11:00
Christopher Jones b698afdae6 Add another cross reference about connections vs threads. 2016-12-13 12:32:18 +11:00
Christopher Jones db9d4609e6 Work on pool ping section. Reduce duplication. Put important stuff up the top 2016-12-13 12:31:30 +11:00
Christopher Jones f7cb4a9aae Fix doc link URL protocol 2016-12-13 12:30:41 +11:00
Christopher Jones ad4f201973 Add support for fetching CLOB columns as STRINGs with oracledb.fetchAsString and fetchInfo 2016-12-13 12:30:15 +11:00
Christopher Jones eda86818d5 Add IN OUT bind support for temporary LOBs and add IN OUT bind support for LOBs fetched as String or Buffer with more than 32K data. 2016-12-13 12:26:27 +11:00
Christopher Jones 4a700adf83 Update table to mention maxSize and maxArraySize are ignored for IN binds 2016-12-13 12:23:09 +11:00
Christopher Jones d1e270f8cd Minor test updates 2016-12-13 12:22:32 +11:00
Christopher Jones 9682097319 Delete unstable test that tried to close temp LOB concurrently 2016-12-13 12:21:35 +11:00