Skip to content

Commit

Permalink
Remove OCCIVECTOR type
Browse files Browse the repository at this point in the history
  • Loading branch information
ValYouW committed Mar 1, 2014
1 parent 34f50e7 commit ecc8b39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/oracle.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ exports.OCCIDATE = 6;
exports.OCCITIMESTAMP = 7;
exports.OCCINUMBER = 8;
exports.OCCIBLOB = 9;
exports.OCCIVECTOR = 10;

// Reader is implemented in JS around a C++ handle
// This is easier and also more efficient because we don't cross the JS/C++ boundary
Expand Down

0 comments on commit ecc8b39

Please sign in to comment.