pietermartin / sqlg

TinkerPop graph over sql
MIT License
242 stars 51 forks source link

COPY command copies values including the quote character #451

Closed alexkonchev closed 2 years ago

alexkonchev commented 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.

pietermartin commented 2 years ago

Fixed by https://github.com/pietermartin/sqlg/pull/452