]> Sergey Matveev's repositories - public-inbox.git/commit
lei_mail_sync: store OIDs and Maildir filenames as blobs
authorEric Wong <e@80x24.org>
Sat, 2 Apr 2022 01:13:52 +0000 (01:13 +0000)
committerEric Wong <e@80x24.org>
Sat, 2 Apr 2022 04:39:25 +0000 (04:39 +0000)
commit17d853cb014fa23093c270b580153e4b09e31f3a
tree3499a6b506c6642e7e7ab01274b2d8c1f1cd7e7d
parent42e1fb419b74e0b5c9315dacdd08a0e0c91962e5
lei_mail_sync: store OIDs and Maildir filenames as blobs

DBD::SQLite doesn't seem to use SQL_BLOB automatically, which
can lead to ambiguity in some cases (especially interoperating
with other tools).

Downgrading to lei 1.7.0 will cause problems, but upgrading
appears transparent after weeks of tests.
lib/PublicInbox/LeiMailSync.pm