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
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
This is a follow-up to this code and this comment.
MySQL bulk load will apparently convert
\N
into null values if passed.It would be nice to add a configurable support for that.
Acceptance
escape_nil_as
is passed, use its value to replace nils by this valueI did a bit of research and
\N
seems to work as well for PostgresSQL.What do you think guys? (especially @sgrgic and @josephbridgwaterrowe)
The text was updated successfully, but these errors were encountered: