thelounge/server/plugins/messageStorage
Reto Brunner 75490f5b5b sqlite: change to single quotes
Apparently sqlite started validating this in certain versions.
Crashes on BSDs with:

SQLite version 3.50.4 2025-07-30 19:33:53
sqlite> SELECT msg, type, time, network, channel FROM messages WHERE type = "message";
Parse error: no such column: "message" - should this be a string literal in single-quotes?
  time, network, channel FROM messages WHERE type = "message";
                                      error here ---^
2026-02-10 20:28:04 +01:00
..
sqlite.ts sqlite: change to single quotes 2026-02-10 20:28:04 +01:00
text.ts wip: msg 2024-04-21 15:10:41 +02:00
types.d.ts searchresponse 2024-04-21 15:11:51 +02:00