Files
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
..
2025-12-20 17:34:57 -05:00
2026-02-10 20:28:04 +01:00
2024-04-21 15:11:52 +02:00
2024-04-21 15:11:51 +02:00
2024-04-21 15:11:52 +02:00
2024-07-24 19:42:01 +02:00
2025-02-07 14:00:14 +01:00
2024-04-21 15:10:41 +02:00
2024-04-21 15:10:41 +02:00