You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Raise an error when a binary COPY FROM is attempted w/o appropriate codec.
COPY .. FROM .. (FORMAT binary) currently requires that all data is
encoded in binary format. Hence, we need to check if we have
appropriate codecs for all columns before initiating CopyIn.
Issue: #157.
0 commit comments