We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f50e7 commit ecc8b39Copy full SHA for ecc8b39
lib/oracle.js
@@ -34,7 +34,6 @@ exports.OCCIDATE = 6;
34
exports.OCCITIMESTAMP = 7;
35
exports.OCCINUMBER = 8;
36
exports.OCCIBLOB = 9;
37
-exports.OCCIVECTOR = 10;
38
39
// Reader is implemented in JS around a C++ handle
40
// This is easier and also more efficient because we don't cross the JS/C++ boundary
0 commit comments