pgloader/src
Dimitri Fontaine d75c100399 Expose cl-csv escape mode option, fix #80.
Some CSV files are using the CSV escape character internally in their
fields. In that case we enter a parsing bug in cl-csv where backtracking
from parsing the escape string isn't possible (or at least
unimplemented).

To handle the case, change the quote parameter from \" to just \ and let
cl-csv use its escape-quote mechanism to decide if we're escaping only
separators or just any data.

See https://github.com/AccelerationNet/cl-csv/issues/17 where the escape
mode feature was introduced for pgloader issue #80 already.
2015-06-25 14:10:36 +02:00
..
monkey Remove the FreeTDS dbbuffer setting. 2014-12-23 15:38:19 +01:00
parsers Expose cl-csv escape mode option, fix #80. 2015-06-25 14:10:36 +02:00
pgsql Fix DROP TABLE statements on tables with foreign keys 2015-05-28 14:24:28 -07:00
sources Expose cl-csv escape mode option, fix #80. 2015-06-25 14:10:36 +02:00
utils Fix type declaration to include null values, fix #238. 2015-05-22 23:49:03 +02:00
connection.lisp Trivial spellling mistakes 2015-03-18 09:40:54 +01:00
getenv.lisp Add support for http_proxy environment variable to install quicklisp. 2015-01-21 15:57:29 +01:00
hooks.lisp Fix "typo" where SBCL's init and save hook were swapped... fix #153. 2015-01-20 10:06:10 +01:00
main.lisp Improve logging when loading extra code, see #245. 2015-06-11 13:02:29 +02:00
package.lisp Review upgrade config code, fix #235. 2015-05-19 18:12:10 +02:00
params.lisp Master's branch is now 3.2.git-hash. 2015-01-16 09:56:25 +01:00
queue.lisp Fix handling of COPY data, fix #222. 2015-04-30 13:17:02 +02:00