mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-28 02:21:09 +01:00
It turns out that when trying to debug "decoding as" the SQLtype listing support in sqltype-list was found broken, so this patch fixes it. Then goes on to fix the DECODING AS filters support, which we have switched to using the better regexp-or-string filter struct but forgot to update the matching code accordingly. Fixes #665.