Commit Graph

247 Commits

Author SHA1 Message Date
Christopher Jones 2fdc56a097 Bump version to 1.4.0 2015-11-15 08:22:59 +11:00
Christopher Jones 81e60db273 Add release date and reorder 2015-10-15 16:06:57 +11:00
Christopher Jones b031130538 Fixed result.outBinds corruption after PL/SQL execution. 2015-10-15 16:06:20 +11:00
Christopher Jones 3f73231bad Use new version attributes for JSON database data type tests 2015-10-15 16:05:37 +11:00
Christopher Jones a03f61e121 Mention OS X SIP changes in INSTALL 2015-10-15 12:54:32 +11:00
Christopher Jones 27f0fb6109 Fix example lint warning 2015-10-15 12:53:33 +11:00
Christopher Jones f096039e5c Add example of new version attributes. Update/fix LOB event examples 2015-10-15 12:52:40 +11:00
Christopher Jones d7678e1208 Add backticks for code and some misc CHANGELOG rewording 2015-10-15 12:49:58 +11:00
Christopher Jones 22beb7d0d2 Improve version attribute tests 2015-10-15 12:49:10 +11:00
Christopher Jones 70d4fcd815 Doc whitespace change 2015-10-15 12:48:09 +11:00
Christopher Jones 409af7007c Add new file missed in prev commit 2015-10-15 12:47:46 +11:00
Christopher Jones 14654e53e0 Added oracledb.oracleClientVersion and connection.oracleServerVersion 2015-10-15 12:46:20 +11:00
Christopher Jones ad3838fa36 Correctly default the bind direction to IN 2015-10-15 12:44:51 +11:00
Christopher Jones f66490fd66 Correctly default the bind direction to IN 2015-10-15 12:44:17 +11:00
Christopher Jones a5975887dd Fix 4K DML RETURNING strings with Oracle DB 11.2 2015-10-15 12:41:21 +11:00
Christopher Jones 22dc387cd7 Add test to hit NJS-028 2015-10-15 12:39:52 +11:00
Christopher Jones eeb58e7830 Bump version to 1.3.0 2015-10-15 12:37:47 +11:00
Christopher Jones 79c88a1a59 Add release date to CHANGELOG 2015-09-25 23:57:23 +10:00
Christopher Jones 8cd653bed6 Some redistributable love 2015-09-25 23:31:03 +10:00
Christopher Jones 4d0f040a21 Improve RAW code and add tests 2015-09-25 22:38:29 +10:00
Christopher Jones 5f62168eb3 Thank the community 2015-09-25 18:51:13 +10:00
Christopher Jones 4d4ce575de Direct new users to use Easy Connect connection syntax 2015-09-25 18:50:22 +10:00
Christopher Jones 214935e55e Enable RAW OUT binds 2015-09-25 18:49:20 +10:00
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