thelounge/server/plugins
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
..
auth client: fix all new linter errros 2024-05-04 12:29:57 +02:00
inputs server: Fix quoting in error message 2025-11-08 12:36:50 +02:00
irc-events server: fix time handling 2024-05-16 22:15:39 +02:00
messageStorage sqlite: change to single quotes 2026-02-10 20:28:04 +01:00
packages server: fix loading themes from scoped packages 2024-09-04 12:25:48 +02:00
auth.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
changelog.ts changelog data type 2024-04-21 15:11:51 +02:00
clientCertificate.ts client: fix all new linter errros 2024-05-04 12:29:57 +02:00
dev-server.ts client: fix all new linter errros 2024-05-04 12:29:57 +02:00
storage.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
sts.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00
uploader.ts client: fix all new linter errros 2024-05-04 12:29:57 +02:00
webpush.ts TypeScript and Vue 3 (#4559) 2022-06-18 17:25:21 -07:00