chore: re-activate native db connection
This commit is contained in:
parent
733cd670d7
commit
43118f712d
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ const searchPathWrapper = (t, cb) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const pgp = Pgp({
|
const pgp = Pgp({
|
||||||
//pgNative: true,
|
pgNative: true,
|
||||||
schema: 'ERROR_SCHEMA',
|
schema: 'ERROR_SCHEMA',
|
||||||
extend (obj, dbContext) {
|
extend (obj, dbContext) {
|
||||||
obj.__taskEx = function (cb, throwOnError = true) {
|
obj.__taskEx = function (cb, throwOnError = true) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue