Commit Graph

52 Commits

Author SHA1 Message Date
Christopher Jones 5cf80c44a0 Bump version to 1.9 2016-05-16 09:19:15 +10:00
Christopher Jones 5939edd18b Update CHANGELOG for release 1.8.0 2016-03-24 21:50:17 +11:00
Christopher Jones de62da9073 Acknowledge contributions 2016-03-24 17:34:17 +11:00
Christopher Jones dc4a829ff6 Whitespace cleanup 2016-03-24 17:09:53 +11:00
Christopher Jones 02f74fabf0 Made public methods overwritable in new JavaScript layer 2016-03-01 08:38:52 +11:00
Christopher Jones 59c9a2a772 Update CHANGELOG for 1.7 2016-02-29 13:57:44 +11:00
Christopher Jones 150b975bee Bump versions in preparation for 1.7 2016-02-29 13:09:53 +11:00
Christopher Jones cb8dd04335 Update CHANGELOG for v1.6.0 release 2016-01-30 22:34:34 +11:00
Christopher Jones b5ee82f136 Bump versions for node-oracledb 1.6.0 2016-01-25 22:01:31 +11:00
Christopher Jones c7ca699f0a Update CHANGELOG for v1.5.0 release 2015-12-21 23:14:00 +11:00
Christopher Jones 5eee100f9a Bump version to 1.5.0 2015-12-21 22:29:53 +11:00
Christopher Jones 16b707361a Add release date 2015-11-17 16:23:14 +11:00
Christopher Jones 309bba5c4c Fix compilation warning seen with recent compilers 2015-11-17 11:33:06 +11:00
Christopher Jones dab1b02ee6 Mention C++11 requirement and also mention Node 4 & 5 2015-11-17 11:33:05 +11:00
Christopher Jones 37d668ffd2 Update CHANGELOG 2015-11-17 11:33:05 +11:00
Christopher Jones 2e77b9b55c Upgrade to NAN 2 for Node 4+ support. Thanks for the code @bigous 2015-11-17 11:33:05 +11:00
Christopher Jones 557db1e7ed Fixed cursor leak when statement execution fails 2015-11-17 11:30:02 +11:00
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 d7678e1208 Add backticks for code and some misc CHANGELOG rewording 2015-10-15 12:49:58 +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 a5975887dd Fix 4K DML RETURNING strings with Oracle DB 11.2 2015-10-15 12:41:21 +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 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 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 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 c1560fe3fa Added support for RAW data type by @bjouhier 2015-09-25 18:10:55 +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 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 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 1a725c5eb8 Add file encoding change to CHANGELOG 2015-09-25 17:24:15 +10:00
Christopher Jones 29d3b8092f Fixed AIX-specific REF CURSOR related failures 2015-09-25 17:22:45 +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 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 ded6b22d2a Temporarily disable lobPrefetchSize 2015-09-03 19:42:25 +10:00
Christopher Jones 2827d6d948 Update CHANGELOG.md 2015-09-02 22:42:30 +10:00
Christopher Jones 7e56902527 Update CHANGELOG for node-oracledb 1.0 2015-08-17 16:04:18 +10:00
Christopher Jones 2b3de3183e Update CHANGELOG for 0.7.0 2015-07-21 07:51:44 +10:00
Christopher Jones b97480b68f Add the test suite 2015-07-20 14:33:53 +10:00
Christopher Jones e2fc0192dd Updates for NAN 2015-05-26 14:40:40 -07:00
Christopher Jones 250ef9c82d Fixed outBinds array counting to not give empty array entries for IN binds 2015-05-08 08:28:04 -07:00