Re: [PATCHES] CSV consecutive newline bug

2005-05-13 Thread Neil Conway
Andrew Dunstan wrote: regression patch against 8.0 branch attached. The tiny patch has been applied to REL8_0_STABLE, and the regression test patch has been applied to both REL8_0_STABLE and HEAD. Thanks for the patches. -Neil ---(end of

[PATCHES] CSV consecutive newline bug

2005-05-11 Thread Andrew Dunstan
I have just been alerted to a bug in the 8.0 handling of embedded newlines in CSV data. Basically it barfs on consecutive newlines. The attached patch for 8.0 appears to fix it. The bug isn't present in the HEAD branch, and I'm wondering if we should not backpatch the HEAD multiline patch

Re: [PATCHES] CSV consecutive newline bug

2005-05-11 Thread Neil Conway
Andrew Dunstan wrote: I have just been alerted to a bug in the 8.0 handling of embedded newlines in CSV data. Basically it barfs on consecutive newlines. The attached patch for 8.0 appears to fix it. The bug isn't present in the HEAD branch, and I'm wondering if we should not backpatch the HEAD

Re: [PATCHES] CSV consecutive newline bug

2005-05-11 Thread Andrew Dunstan
Neil Conway wrote: Andrew Dunstan wrote: I have just been alerted to a bug in the 8.0 handling of embedded newlines in CSV data. Basically it barfs on consecutive newlines. The attached patch for 8.0 appears to fix it. The bug isn't present in the HEAD branch, and I'm wondering if we should