Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COPY command copies values including the quote character #451

Closed
alexkonchev opened this issue Mar 2, 2022 · 1 comment
Closed

COPY command copies values including the quote character #451

alexkonchev opened this issue Mar 2, 2022 · 1 comment
Labels

Comments

@alexkonchev
Copy link

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.

@alexkonchev alexkonchev changed the title COPY command copies values with the quote character COPY command copies values including the quote character Mar 2, 2022
@pietermartin
Copy link
Owner

Fixed by #452

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants