]> Sergey Matveev's repositories - public-inbox.git/commit
overidx: fix compatibility with current versions
authorEric Wong <e@yhbt.net>
Sun, 26 Jul 2020 19:43:06 +0000 (19:43 +0000)
committerEric Wong <e@yhbt.net>
Sun, 26 Jul 2020 19:52:17 +0000 (19:52 +0000)
commitcb3959c47f4443855cc42022528e4a859a93e7f7
tree70e4a2af5d4536bd50fa641270c7fa0e3046b37c
parent5a32c9646edfb610679d9d29d182c263ca819b08
overidx: fix compatibility with current versions

We still need to use SQL_BLOB to ensure existing versions of
public-inbox can read over.sqlite3 because they're still using
{sqlite_unicode}.  This partially reverts commit
e9fc1290ead44e06d20ff58e0a6acb5306d4fbe2.

Fixes: e9fc1290ead44e06 ("over: unset sqlite_unicode attribute")
lib/PublicInbox/OverIdx.pm