mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 21:05:59 +00:00
Merge pull request #1183 from dbgate/feature/1181-oracle-lob-handler
feat: normalize oracle LOB values
This commit is contained in:
@@ -13,6 +13,7 @@ function getOracledb() {
|
|||||||
if (!oracledbValue) {
|
if (!oracledbValue) {
|
||||||
oracledbValue = require('oracledb');
|
oracledbValue = require('oracledb');
|
||||||
oracledbValue.fetchAsString = [oracledbValue.CLOB, oracledbValue.NCLOB];
|
oracledbValue.fetchAsString = [oracledbValue.CLOB, oracledbValue.NCLOB];
|
||||||
|
oracledbValue.fetchAsBuffer = [oracledbValue.BLOB];
|
||||||
}
|
}
|
||||||
return oracledbValue;
|
return oracledbValue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user