pietermartin/sqlg

COPY command copies values including the quote character

Closed this issue · 1 comments

In PostgresDialect.copyInBulkTempEdges, the COPY command is constructed without specifying a quote character. This results in values with special characters being written to the DB with the quote character.

Fixed by #452