-
Notifications
You must be signed in to change notification settings - Fork 180
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
PG 1.5.0 may have broken COPY exports #526
Comments
... when not using an coder. To keep compatibility the handling if header and trailer data is now only done when a coder is given. Fixes ged#526
... when not using an coder. To keep compatibility, the handling of header and trailer data is now only done when a coder is given. Fixes ged#526
I added automatic handling of header and trailer data to binary COPY format, which is necessary for |
... when not using an coder. To keep compatibility, the handling of header and trailer data is now only done when a coder is given. Fixes ged#526
Thank you for the rapid fix! |
The following example fails with:
This works in 1.4.6. It seems that we call
get_copy_data
an additional time as of v1.5.0 to handle some expected padding from PG, but that does not happen on my system.The text was updated successfully, but these errors were encountered: