Skip to content

Commit ecc8b39

Browse files
committed
Remove OCCIVECTOR type
1 parent 34f50e7 commit ecc8b39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/oracle.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ exports.OCCIDATE = 6;
3434
exports.OCCITIMESTAMP = 7;
3535
exports.OCCINUMBER = 8;
3636
exports.OCCIBLOB = 9;
37-
exports.OCCIVECTOR = 10;
3837

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

0 commit comments

Comments
 (0)