fixing oracle output format
This commit is contained in:
parent
4757fd814f
commit
36ed40e679
@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## 0.2.18
|
||||
* oracle output format fixed
|
||||
|
||||
## 0.2.17
|
||||
|
@ -9,6 +9,7 @@ export class OracleDriver extends AbstractDriver {
|
||||
super();
|
||||
try {
|
||||
this.Oracle = require("oracledb");
|
||||
this.Oracle.outFormat = this.Oracle.OBJECT;
|
||||
} catch (error) {
|
||||
TomgUtils.LogError("", false, error);
|
||||
throw error;
|
||||
|
Loading…
Reference in New Issue
Block a user