Felix Förtsch 0c31bdc152 fix insertMessages: use COUNT(*) instead of MessageRecord.fetchOne for existence check
MessageRecord.fetchOne decodes all columns but the query only selects id,
causing "column not found: accountId". Use COUNT(*) which returns a plain Int.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-15 12:24:32 +01:00
Description
No description provided
5.1 MiB
Languages
HTML 78%
Swift 13.5%
JavaScript 4.1%
Vim Script 1.8%
CSS 1.2%
Other 1.4%