mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 02:46:10 +02:00
Ignore nulls in varbinary-to-string transform (#606)
This commit is contained in:
parent
38a6b4968d
commit
ecd6a8e25c
@ -337,5 +337,6 @@
|
||||
(or qmynd::*mysql-encoding*
|
||||
babel::*default-character-encoding*)))
|
||||
(etypecase string
|
||||
(null nil)
|
||||
(string string)
|
||||
(vector (babel:octets-to-string string)))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user