mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 22:45:50 +01:00
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 ---^
|
||
|---|---|---|
| .. | ||
| command-line | ||
| models | ||
| plugins | ||
| types | ||
| client.ts | ||
| clientManager.ts | ||
| config.ts | ||
| helper.ts | ||
| identification.ts | ||
| index.ts | ||
| log.ts | ||
| server.ts | ||
| storageCleaner.ts | ||
| tsconfig.json | ||