Open thbar opened 12 years ago
This is a follow-up to this code and this comment.
MySQL bulk load will apparently convert \N into null values if passed.
\N
It would be nice to add a configurable support for that.
escape_nil_as
I did a bit of research and \N seems to work as well for PostgresSQL.
What do you think guys? (especially @sgrgic and @josephbridgwaterrowe)
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)