Replies: 1 comment
-
Can you share more information? Are you using docker desktop? version? which testcontainers version? OS? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to incorporate test containers in order to implement integration tests, and this code fails because my SQL schema uses the COPY command. This is my code and the error follows.
ERROR: COPY from stdin failed: COPY commands are only supported using the CopyManager API.
I cannot use this CopyManager API, is there a fix to this or am I out of luck?
Beta Was this translation helpful? Give feedback.
All reactions