Commit Graph

996 Commits

Author SHA1 Message Date
Christopher Jones 713adc0258 Mention the oracle.com GitHub mirror as an install option 2018-02-09 19:55:52 +11:00
Christopher Jones d59a5e34fd Remove -dev suffix in preparation for release 2018-02-09 19:53:57 +11:00
Christopher Jones a4ab2c036c Use (new) canonical link for Instant Client home page 2018-02-09 19:53:05 +11:00
Christopher Jones e6319526a0 Remove links no longer used 2018-02-09 19:52:08 +11:00
Christopher Jones e2e8a977ce Update test descriptions 2018-02-09 19:51:13 +11:00
Christopher Jones 90c1756458 Remove unused variable 2018-02-06 14:06:45 +11:00
Christopher Jones ae11ec0866 Correct error message when attempting to set oracledb.oracleClientVersion 2018-02-06 14:06:16 +11:00
Christopher Jones a01e943c5e Tests for 64-bit Integers 2018-02-06 14:04:34 +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 86c1214f23 Add notes on number ranges in Node.js 2018-02-06 14:00:30 +11:00
Christopher Jones 7e876b34bd Add some tests for 'privilege' 2018-02-06 13:59:28 +11:00
Christopher Jones aa204d6548 Mention the install trace option when troubleshooting 2018-02-06 13:58:45 +11:00
Christopher Jones f93f058486 Mention the DB in the quickstart 2018-02-06 13:58:09 +11:00
Christopher Jones 9c90346eb8 Ignore standard macOS directory file to forestall anyone adding it to a clone 2018-02-06 13:57:34 +11:00
Christopher Jones 6efa57a40b Tests for RS and LOB automatically close after conn closes 2018-02-06 13:56:36 +11:00
Christopher Jones 097b7359d2 Update copyright of files edited this year 2018-02-06 13:55:45 +11:00
Christopher Jones 47d49b47e8 Update tests 2018-02-06 13:55:21 +11:00
Christopher Jones c2980cb2b7 Added 'connectionString' as an alias for 'connectString' (Sagie Gur-Ari) 2018-02-06 13:54:40 +11:00
Christopher Jones 2feec4313e Updated NAN calls and other static code analysis warnings 2018-02-06 13:53:49 +11:00
Christopher Jones 1475ad71a4 Explicitly document the version suffix value for production releases 2018-02-06 13:50:37 +11:00
Christopher Jones b220dac49f Bump copyrights on src files modified this year 2018-02-06 13:49:29 +11:00
Christopher Jones f986c35e8e Move the migration sections to a single "chapter" 2018-02-06 13:49:05 +11:00
Christopher Jones 8b797728db Remove now obsolete references to DPI-1054 2018-02-06 13:48:30 +11:00
Christopher Jones 2a05991580 QueryStream updates: new destroy() method, simplified fetch logic, and various other fixes 2018-02-06 13:47:51 +11:00
Christopher Jones d3fae224e4 Update ODPI-C to eliminate DPI-1054 errors
Automatically close result sets and LOBs when the connection is closed.
2018-02-06 13:45:31 +11:00
Christopher Jones 9fefee4222 Bump copyright on files already edited this year 2018-02-06 13:43:13 +11:00
Christopher Jones 4fd0e280f9 Close the result set on error in addition to if the rows are exhausted 2018-02-06 13:42:04 +11:00
Christopher Jones a828f7cfa9 Fix regression for numbers larger than a 32-bit integer can handle (#833) 2018-02-06 13:41:18 +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 1f07b3d5a8 Test accessing properties of closed objects 2018-02-06 13:39:18 +11:00
Christopher Jones 83a738efe4 Regularize use of 'standalone' for connections. Add internal link. 2018-02-06 13:37:54 +11:00
Christopher Jones 99f5ccd502 Add internal link 2018-02-06 13:37:15 +11:00
Christopher Jones c95855154e Add section numbers to properties for listing in the Contents 2018-02-06 13:36:52 +11:00
Christopher Jones 8d4671f172 Add DB Admin link for privileged connections 2018-02-06 13:35:58 +11:00
Christopher Jones 89941e2603 Help users who don't know anything about DBs 2018-02-06 13:35:23 +11:00
Christopher Jones 047710299a Add support for SYSDBA, SYSOPER, SYSASM, SYSBACKUP, SYSDG, SYSKM, SYSRAC connections 2018-02-06 13:31:00 +11:00
Christopher Jones 78bcfd8be7 Be explicit about DPI and NJS Error properties 2018-02-06 13:30:12 +11:00
Christopher Jones 6834c7b523 Include position and data type number in NJS-010 error message 2018-02-06 13:29:12 +11:00
Christopher Jones dca2b038c5 Add new attributes for Oracle error number and offset for Oracle client errors 2018-02-06 13:28:16 +11:00
Christopher Jones 9f1a74b014 Stop raising an exception when accessing attributes on closed connections, pools, LOBs and result sets. 2018-02-06 13:26:34 +11:00
Christopher Jones 708dbb8f10 Update test/examples 2018-02-06 13:25:19 +11:00
Christopher Jones e0bfb5e393 Fix ORA-01000 tests 2018-02-06 13:24:48 +11:00
Christopher Jones 6f6670a748 Update fetchArraySize tests 2018-02-06 13:22:07 +11:00
Christopher Jones 556f6f3d7a Bump doc versions to 2.1 2018-02-06 13:19:36 +11:00
Christopher Jones e28e796082 Fix markdown typo in doc 2018-02-06 13:19:12 +11:00
Christopher Jones 86a7771304 Add regression tests for new attributes "versionString and "versionSuffix" 2018-02-06 13:18:24 +11:00
Christopher Jones 4869896d51 Added support for new attributes "versionString" and "versionSuffix" 2018-02-06 13:17:33 +11:00
Christopher Jones b713c76bc8 Use Result Sets exclusively in C++ code and move direct fetch to JavaScript.
This results in a net performance benefit and simplifies the C++ code considerably.
2018-02-06 13:14:19 +11:00
Christopher Jones 549dc5bef5 Bump version to 2.1.0 2018-02-06 13:13:25 +11:00
Christopher Jones ebb7a48ed5 Refactor tests for maxRows 2018-02-06 13:12:46 +11:00