Alon Goldshuv wrote:
> I think that the basic issue is that there are some database users that would like to take their data and put it into the database without pre-processing it [...]
> The only responsibility of these users is to explicitly escape any delimiter or 0x0A (LF) characters that they intend to have as DATA. that's all.
Haven't you just replaced one preprocessing step with another, then?
-O