From 43118f712db107e4c08cbcda9530334fa12eba1a Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Mon, 28 Aug 2023 10:12:25 +0100 Subject: [PATCH] chore: re-activate native db connection --- lib/db.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db.js b/lib/db.js index db9c32d0..4a66e566 100644 --- a/lib/db.js +++ b/lib/db.js @@ -51,7 +51,7 @@ const searchPathWrapper = (t, cb) => { } const pgp = Pgp({ - //pgNative: true, + pgNative: true, schema: 'ERROR_SCHEMA', extend (obj, dbContext) { obj.__taskEx = function (cb, throwOnError = true) {