author | Colin Patrick McCabe <cmccabe@alumni.cmu.edu> | |
Wed, 27 Jul 2011 17:00:30 +0000 (10:00 -0700) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 1 Aug 2011 15:07:27 +0000 (17:07 +0200) | ||
commit | 7274cb052668eab0cd7dcb5d48d4dec75ae707b3 | |
tree | f58e3811c4546fb1cb8a7de63f61534500fcca2d | tree | snapshot |
parent | 5ec7a37c81d6f64f35b1f35e2f0e3157e83f2718 | commit | diff |
src/csv.c: use a bigger buffer
The CSV plugin formerly used a relatively small output buffer. If you
had a large dataset, you would always get error -1 because the line
length was be too long. This patch extends the buffer.
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
The CSV plugin formerly used a relatively small output buffer. If you
had a large dataset, you would always get error -1 because the line
length was be too long. This patch extends the buffer.
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/csv.c | diff | blob | history |