forked from dimitri/pgloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingcomponent: transformsCasting, type mapping, data transformsCasting, type mapping, data transformssource: sqliteSQLite source migrationsSQLite source migrations
Description
Upstream PR
Summary
When SQLite driver returns blob values as strings, pgloader assumed they were base64-encoded. Fix adds a has-base64-value-p function to verify before decoding; falls back to UTF-8 encoding if not base64.
Files
src/sources/sqlite/sqlite.lisp
Notes
- +18/-1 lines
- PR has bugs: duplicate
in-packageform and mismatcheddeclaimfunction name (has-base64-sequence-pvshas-base64-value-p) - Would need fixing before applying
- May fix upstream ERROR Bad character - in base64 decode dimitri/pgloader#415
- Priority: Lower — needs cleanup before applying
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent: transformsCasting, type mapping, data transformsCasting, type mapping, data transformssource: sqliteSQLite source migrationsSQLite source migrations