Closed alexkonchev closed 2 years ago
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 https://github.com/pietermartin/sqlg/pull/452
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.