Commit Graph

1824 Commits

Author SHA1 Message Date
Christopher Jones 625e784bd9 Fix compiler warnings 2015-09-25 18:48:03 +10:00
Christopher Jones 61bcfde612 Test updates and fix some line endings 2015-09-25 18:46:56 +10:00
Christopher Jones 044e63eeb0 Order CHANGELOG with enhancements first 2015-09-25 18:35:09 +10:00
Christopher Jones 641580d880 Fixed a crash when selecting multiple rows with LOB values. Another patch by @bjouhier 2015-09-25 18:34:20 +10:00
Christopher Jones 0ea4a31a1e add maxRow 200 test case 2015-09-25 18:33:04 +10:00
Christopher Jones 1a478d654c Add a demo for RAW 2015-09-25 18:31:36 +10:00
Christopher Jones aa7a43794e Added a check to report an error when the DB is not reporting an error in DML RETURNING statements. 2015-09-25 18:30:36 +10:00
Christopher Jones 9dff2f4a1d Link to npmjs from the README and change repository->registry 2015-09-25 18:28:22 +10:00
Christopher Jones 5283c3be1d Work on Windows install doc with some help from @bchr02 2015-09-25 18:27:16 +10:00
Christopher Jones 449aacd4ff Add backticks and reorder 2015-09-25 18:26:06 +10:00
Christopher Jones fd12ff2027 Fix typo in example 2015-09-25 18:25:13 +10:00
Christopher Jones a675adf653 Emit Lob end event before close. Another fix by @bjouhier 2015-09-25 18:22:01 +10:00
Christopher Jones 91c285e4fd Emphasize bind-by-position per comment by @bjouhier 2015-09-25 18:13:17 +10:00
Christopher Jones b35151dd00 Do a pass over the doc for RAW 2015-09-25 18:12:13 +10:00
Christopher Jones c1560fe3fa Added support for RAW data type by @bjouhier 2015-09-25 18:10:55 +10:00
Christopher Jones 6da31bfc09 Test typo 2015-09-25 18:06:58 +10:00
Christopher Jones 6a2ad30e4e Fixed intermittent crash while setting fetchAsString, and incorrect output while reading the value. 2015-09-25 18:05:57 +10:00
Christopher Jones 88b6423adf Update CHANGELOG 2015-09-25 18:04:09 +10:00
Christopher Jones 994fc1d94a fetchAsString property value check 2015-09-25 18:03:07 +10:00
Christopher Jones 47ee5e1715 Give an earlier build warning when using Node 4 2015-09-25 18:02:03 +10:00
Christopher Jones a9c6749a1d Changed Connection write-only attributes to allow console.log() 2015-09-25 17:57:33 +10:00
Christopher Jones 9be4faed22 Added a type property to the Lob class to distinguish CLOB and BLOB types 2015-09-25 17:34:55 +10:00
Christopher Jones 6f4c1d2d50 Add test comments 2015-09-25 17:33:23 +10:00
Christopher Jones 05064084fd Skip properties test for the moment 2015-09-25 17:31:41 +10:00
Christopher Jones 52368d79df Remove non portable memory allocations and added check to make sure maxRows is > 0 for non-ResultSet queries 2015-09-25 17:30:29 +10:00
Christopher Jones ab40f2467a Add properties tests. Also other test tweaks 2015-09-25 17:28:30 +10:00
Christopher Jones 1a725c5eb8 Add file encoding change to CHANGELOG 2015-09-25 17:24:15 +10:00
Christopher Jones 259c328354 Expand note on 32-bit stack 2015-09-25 17:23:35 +10:00
Christopher Jones 29d3b8092f Fixed AIX-specific REF CURSOR related failures 2015-09-25 17:22:45 +10:00
Christopher Jones be5de21565 Change event names in tests 2015-09-25 17:21:55 +10:00
Christopher Jones f44f86771a Emphasize the OCI_{INC,LIB}_DIR are install time only 2015-09-25 17:19:39 +10:00
Christopher Jones f1ff797cdf Add some new data type tests 2015-09-25 17:18:25 +10:00
Christopher Jones 8d224bcb04 Remove stray characters in commments causing file encoding issues and Windows compilation warnings 2015-09-25 17:17:07 +10:00
Christopher Jones 89be07abd2 Pedantic vsnprintf error checking 2015-09-25 17:16:17 +10:00
Christopher Jones 28bdbbea3e Fixed a crash while reading a LOB from a closed connection. Also add char set ratio optimization for CLOB 2015-09-25 17:14:32 +10:00
Christopher Jones 8828cf903f Answer a FAQ by adding a section on custom types 2015-09-25 17:12:13 +10:00
Christopher Jones 55d761fbec Add installer error messages for client header and lib 2015-09-25 17:11:12 +10:00
Christopher Jones 4de22336af Bump version and note new binding.gyp error messages 2015-09-25 17:10:20 +10:00
Christopher Jones 2df7e7aa88 Give useful errors on Linux & OS X when Oracle client is not found 2015-09-25 17:09:17 +10:00
Christopher Jones c6960ea6a2 Bump vesion to 1.2 2015-09-25 17:05:39 +10:00
Christopher Jones ded6b22d2a Temporarily disable lobPrefetchSize 2015-09-03 19:42:25 +10:00
Christopher Jones 6fcc4d436a Try & emphasize that two Instant Client bundles are needed 2015-09-03 08:51:58 +10:00
Christopher Jones ecb3d22666 Standardize SQL for outFormat example, fixing the output along the way 2015-09-03 05:37:46 +10:00
Christopher Jones 0d932f8d0b Tweak new doc wording 2015-09-02 23:01:32 +10:00
Christopher Jones 556fcab5d1 Fix merge 2015-09-02 22:53:13 +10:00
Christopher Jones acfb7fb94d Whitespace and update comment 2015-09-02 22:47:01 +10:00
Christopher Jones 2827d6d948 Update CHANGELOG.md 2015-09-02 22:42:30 +10:00
Christopher Jones 3feb41ee06 Remove commented test 2015-09-02 22:41:37 +10:00
Christopher Jones f579f8167b Enhance pool.release() to drop connections known to be unusable 2015-09-02 22:40:46 +10:00
Christopher Jones 1abbbe5c02 Improve test portability 2015-09-02 22:37:26 +10:00