mirror of
https://github.com/dimitri/pgloader.git
synced 2026-03-11 07:01:03 +01:00
Depend on current cl-csv master's version to fix #123.
The bug is related to the processing of empty-lines in the middle of quoted text by cl-csv, which state machine has gotten quite complex to be able to handle all the crazy different csv variants out there. Testing shows the bug is fixed in pgloader by just updating cl-csv.
This commit is contained in:
parent
290916b0f0
commit
2dfb0269a4
4
Makefile
4
Makefile
@ -74,6 +74,9 @@ $(QLDIR)/local-projects/qmynd:
|
||||
$(QLDIR)/local-projects/cl-ixf:
|
||||
git clone https://github.com/dimitri/cl-ixf.git $@
|
||||
|
||||
$(QLDIR)/local-projects/cl-csv:
|
||||
git clone https://github.com/AccelerationNet/cl-csv.git $@
|
||||
|
||||
$(QLDIR)/local-projects/esrap:
|
||||
git clone -b wip-better-errors https://github.com/scymtym/esrap.git $@
|
||||
|
||||
@ -87,6 +90,7 @@ $(QLDIR)/setup.lisp:
|
||||
quicklisp: $(QLDIR)/setup.lisp ;
|
||||
|
||||
clones: $(QLDIR)/local-projects/cl-ixf \
|
||||
$(QLDIR)/local-projects/cl-csv \
|
||||
$(QLDIR)/local-projects/qmynd \
|
||||
$(QLDIR)/local-projects/esrap ;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user