mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Fix ixf default transform to use princ-to-string.
Also, simplify away the use of compile here.
This commit is contained in:
parent
65b35cf4a1
commit
e25ccdb531
@ -47,9 +47,9 @@
|
||||
#'pgloader.transforms::byte-vector-to-bytea)
|
||||
|
||||
(t
|
||||
(compile nil (lambda (c)
|
||||
(when c
|
||||
(format nil "~a" c)))))))))))))
|
||||
(lambda (c)
|
||||
(when c
|
||||
(princ-to-string c))))))))))))
|
||||
|
||||
(defmethod map-rows ((copy-ixf copy-ixf) &key process-row-fn)
|
||||
"Extract IXF data and call PROCESS-ROW-FN function with a single
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user