]> Sergey Matveev's repositories - public-inbox.git/commit
over: unset sqlite_unicode attribute
authorEric Wong <e@yhbt.net>
Tue, 14 Jul 2020 02:14:30 +0000 (02:14 +0000)
committerEric Wong <e@yhbt.net>
Tue, 14 Jul 2020 23:22:56 +0000 (23:22 +0000)
commite9fc1290ead44e06d20ff58e0a6acb5306d4fbe2
tree0ad529ad52537e808955e78560f7d7d9e86be040
parent2a5ffae959ebe49dbfbff809db1aa798ceae4228
over: unset sqlite_unicode attribute

None of the human-readable strings stored in over.sqlite3
require UTF-8.  Message-IDs do not, nor do the compressed
Subject IDs (sid) we use for Subject-based threading.  And the
`ddd' (doc-data-deflated) column is of course binary data.

This frees us of having to use SQL_BLOB for the `ddd', column,
and will open the door for us to use dbh_new for Msgmap, too.
lib/PublicInbox/Over.pm
lib/PublicInbox/OverIdx.pm