-
Notifications
You must be signed in to change notification settings - Fork 576
Open
@kashikoibumi
Description
msgid is stored as text type.
It should be binary blob.
$ sqlite3 messages.dat
SQLite version 3.40.1 2022年12月28日 14:03:47
Enter ".help" for usage hints.
sqlite> SELECT TYPEOF(msgid) FROM inbox LIMIT 1;
text
hash in inventory is OK.
sqlite> SELECT TYPEOF(hash) FROM inventory LIMIT 1;
blob
Metadata
Metadata
Assignees
Labels
No labels