Skip to content

Commit

Permalink
Update SQL.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rrindels authored May 1, 2024
1 parent d71a3ff commit 841636c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/SQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")'
}
Expand Down

0 comments on commit 841636c

Please sign in to comment.