Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
olovy committed Jun 8, 2022
1 parent c67bdd5 commit 055dc40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ class PostgreSQLComponent {
"SELECT id, data FROM lddb__versions WHERE id = ? AND checksum = ?"

private static final String BULK_LOAD_DOCUMENTS = """
SELECT in_id as id, data, created, modified, deleted
SELECT id, data, created, modified, deleted
FROM unnest(?) AS in_id, lddb l
WHERE in_id = l.id
""".stripIndent()
Expand Down

0 comments on commit 055dc40

Please sign in to comment.