Commit Graph

651 Commits

Author SHA1 Message Date
Christopher Jones 0404b97056 Bump version to 2.0.15 2017-12-12 09:30:49 +11:00
Christopher Jones 7b0769b940 Update ODPI-C 2017-11-21 09:21:34 +11:00
Christopher Jones 05f757e6ef Update CHANGELOG 2017-11-20 21:41:27 +11:00
Christopher Jones e1d6d5d98d Tweak log messages 2017-11-20 16:16:42 +11:00
Christopher Jones 0c83ee40e2 Fix proxy wildcard check 2017-11-20 15:52:58 +11:00
Christopher Jones 896f05da04 Make all log message use a prefix to aid grepping 2017-11-20 14:59:02 +11:00
Christopher Jones 3ed7d4aea2 Prefer sed over Perl. Update quotes for correctness 2017-11-20 14:58:12 +11:00
Christopher Jones 0a3213cc60 Update Oracle doc links 2017-11-20 10:49:33 +11:00
Christopher Jones b684f2af26 Add header comments. Use PORT. Assume SHAs and binaries co-exist 2017-11-19 16:36:40 +11:00
Christopher Jones acb9fdc3d4 Reduce stack size for NJS error messages 2017-11-19 16:32:24 +11:00
Christopher Jones 8fc7f28719 Mention SIDs. Give embedded connect strings a title 2017-11-19 16:30:16 +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 5326b17e1b Update tests for LOB bind enhancement 2017-11-19 11:07:32 +11:00
Christopher Jones 252acceed1 Note that the locally hosted binary installs need the tag in the URL 2017-11-19 11:04:07 +11:00
Christopher Jones d18b4da694 Add infrastructure for pre-built binary packages 2017-11-17 23:06:47 +11:00
Christopher Jones 284851178a Eliminate memory leak for result sets containing LOBs requiring more than one fetch 2017-11-17 23:01:23 +11:00
Christopher Jones 4ef6c07f4e Update tests 2017-11-17 22:59:41 +11:00
Christopher Jones 1b4b004ed9 Lint examples 2017-11-17 22:50:42 +11:00
Christopher Jones f6a4204a4a Improve validation for invalid attribute and parameter values 2017-11-17 22:49:53 +11:00
Christopher Jones d930b6c678 Update NAN to 2.8 2017-11-17 22:46:23 +11:00
Christopher Jones d857ab89f8 Add support for using a string/buffer as the source for a CLOB/BLOB buffer. 2017-11-17 22:45:37 +11:00
Christopher Jones 0e523bbb06 Change install message prefix from node-oracledb to oracledb 2017-11-17 22:43:59 +11:00
Christopher Jones 608ed3d6bc Fix va_start() macro compile warning on macOS 2017-11-17 22:39:31 +11:00
Christopher Jones a69112378d Minor formatting cleanup. 2017-11-17 22:37:50 +11:00
Christopher Jones f2feca9a24 Move allocation of fetch buffers to just before the first fetch 2017-11-17 22:37:09 +11:00
Christopher Jones 44174fbeca Update to reference style external URL links 2017-11-17 22:36:02 +11:00
Christopher Jones 19eaffa762 Fix oraaccess.xml URL 2017-11-17 22:35:20 +11:00
Christopher Jones 0a2172d4f1 Use ODPI with thread-safe handle pool 2017-11-17 22:34:03 +11:00
Christopher Jones ffaaa3248c Updated CHANGELOG 2017-10-23 13:37:34 +11:00
Christopher Jones 95cd7a2599 Test updates 2017-10-23 13:35:57 +11:00
Christopher Jones 2059c59bd9 Fix lint warning about unused parameter 2017-10-23 13:27:28 +11:00
Christopher Jones 9ef4e430d8 Whitespace changes 2017-10-23 13:26:54 +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 fbae6c9445 Pass JavaScript exception to the callback instead of when the C++ method has finished 2017-10-23 13:23:56 +11:00
Christopher Jones e0e1c57f95 Added code to handle invalid object properties 2017-10-23 13:18:40 +11:00
Christopher Jones 6f62c041d6 Update api.md example of ODPI-C log format 2017-10-23 13:17:27 +11:00
Christopher Jones 7378ba8dfa Upgrade to NAN 2.7 2017-10-23 13:16:41 +11:00
Christopher Jones 16b6ab9ac4 Mention that binds cannot be used for DDL. Add/simplify links for DML & DDL acronyms 2017-10-23 13:16:11 +11:00
Christopher Jones 2c0550b995 Make sure 'close' is the last event 2017-10-23 13:14:43 +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 71b50924a8 Update binding.gyp for ODPI-C changes 2017-10-23 13:09:48 +11:00
Christopher Jones 78d5bc1f7c Add Windows syntax for ODPI-C debugging 2017-10-23 13:08:02 +11:00
Christopher Jones 3cad370dbb Why have two similar examples? 2017-10-23 13:06:38 +11:00
Christopher Jones 6e55f81d72 Mention PL/SQL Scope 2017-10-23 13:06:11 +11:00
Christopher Jones 56617cd02b Update SQL tracing doc 2017-10-23 13:05:06 +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 d8fcedddd7 Update ODPI 2017-10-23 12:06:56 +11:00