Browse Source
- Refactor dbExec in ElectronPlatformService to use proper connection management - Add comprehensive logging throughout API server update flow - Fix connection handling in database operations - Add user feedback notifications for success/failure - Add verification step after settings update The main issue was that dbExec wasn't using the same robust connection management as dbQuery, leading to "SQLite not initialized" errors. Now both methods use the same connection lifecycle management through enqueueOperation. Also added detailed logging at each step to help diagnose any future issues: - AccountViewView component logging - Database utility operations logging - Connection state tracking - Update verification This should make the API server update more reliable and easier to debug.sql-absurd-sql-further
3 changed files with 83 additions and 25 deletions
Loading…
Reference in new issue