From 841636cb991bf48ade9402f661e5f2a4f07455f6 Mon Sep 17 00:00:00 2001 From: rrindels Date: Wed, 1 May 2024 00:46:10 -0500 Subject: [PATCH] Update SQL.js --- engines/SQL.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/SQL.js b/engines/SQL.js index f16f45e..5ca8fec 100644 --- a/engines/SQL.js +++ b/engines/SQL.js @@ -87,7 +87,7 @@ module.exports = class SQLEngine extends Component { let UPDATED = 'updated' // Postgres requires quoted "V" field since the schema was created with the quoted "V" field. - T + if (this.client === 'pg'){ this.getBlobSizefn = 'length("V")' }