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")' }