Steve Yegge
a0d24f37af
Fix bd-1ezg: Prevent import/export from hanging when daemon is running
...
Root cause: Import and export commands tried to open the database directly
while the daemon already held the lock, causing indefinite blocking.
Solution: Both commands now explicitly close the daemon connection before
opening direct database access, avoiding SQLite lock contention.
Changes:
- import.go: Close daemon connection and open direct SQLite connection
- export.go: Close daemon connection before direct access
- Added debug logging to help diagnose similar issues
Tests: Existing TestImport and TestExport tests pass
2025-11-06 19:07:46 -08:00
..
2025-11-03 20:31:11 -08:00
2025-11-04 00:23:25 -08:00
2025-11-05 21:04:00 -08:00
2025-11-02 10:01:38 -08:00
2025-11-02 10:38:24 -08:00
2025-11-06 17:31:15 -08:00
2025-11-03 22:23:36 -08:00
2025-11-03 22:23:36 -08:00
2025-11-02 15:37:57 -08:00
2025-11-04 23:12:42 -08:00
2025-11-05 13:56:39 -08:00
2025-11-05 20:39:47 -08:00
2025-11-02 08:09:58 -08:00
2025-11-05 21:04:00 -08:00
2025-11-05 10:26:58 -08:00
2025-11-01 23:56:03 -07:00
2025-11-05 20:39:47 -08:00
2025-11-02 22:17:08 -08:00
2025-11-05 20:39:47 -08:00
2025-11-02 20:16:40 -08:00
2025-11-01 21:27:09 -07:00
2025-11-06 18:47:06 -08:00
2025-11-05 20:39:47 -08:00
2025-11-02 22:17:08 -08:00
2025-11-05 20:39:47 -08:00
2025-11-05 20:39:47 -08:00
2025-11-01 23:56:03 -07:00
2025-11-05 21:04:00 -08:00
2025-11-02 18:52:44 -08:00
2025-11-02 18:52:44 -08:00
2025-11-06 17:52:37 -08:00
2025-11-06 18:47:06 -08:00
2025-11-02 22:34:24 -08:00
2025-11-02 08:09:58 -08:00
2025-11-05 21:04:00 -08:00
2025-11-05 14:25:48 -08:00
2025-11-05 21:04:00 -08:00
2025-11-05 19:16:50 -08:00
2025-11-02 18:52:44 -08:00
2025-11-05 10:26:58 -08:00
2025-11-01 20:29:13 -07:00
2025-11-05 14:31:41 -08:00
2025-11-06 19:07:46 -08:00
2025-11-05 20:39:47 -08:00
2025-11-06 15:00:15 -08:00
2025-11-06 13:01:44 -08:00
2025-11-06 19:07:46 -08:00
2025-11-06 15:00:15 -08:00
2025-11-05 19:04:14 -08:00
2025-11-05 19:04:14 -08:00
2025-11-06 15:57:51 -08:00
2025-11-05 21:04:00 -08:00
2025-11-01 22:01:41 -07:00
2025-11-05 18:10:06 -08:00
2025-11-01 20:29:13 -07:00
2025-11-02 22:34:24 -08:00
2025-11-05 00:44:41 -08:00
2025-11-05 00:44:41 -08:00
2025-11-06 15:38:48 -08:00
2025-11-05 13:56:12 -08:00
2025-11-06 15:38:48 -08:00
2025-11-05 21:04:00 -08:00
2025-11-05 18:44:02 -08:00
2025-11-02 14:31:22 -08:00
2025-11-05 21:04:00 -08:00
2025-11-02 19:11:08 -08:00
2025-11-02 17:10:41 -08:00
2025-11-02 20:06:05 -08:00
2025-11-05 13:56:12 -08:00
2025-11-03 20:31:11 -08:00
2025-11-02 11:02:58 -08:00
2025-11-02 22:34:24 -08:00
2025-11-01 23:56:03 -07:00
2025-11-04 23:12:41 -08:00
2025-11-04 11:25:36 -08:00
2025-11-02 14:31:22 -08:00
2025-11-05 13:56:12 -08:00
2025-11-02 21:25:40 -08:00
2025-11-06 18:49:07 -08:00
2025-11-06 18:49:07 -08:00
2025-11-05 18:10:06 -08:00
2025-11-02 17:09:39 -08:00
2025-11-06 18:47:06 -08:00
2025-11-03 20:31:11 -08:00
2025-11-03 20:31:11 -08:00
2025-11-03 22:01:37 -08:00
2025-11-06 15:51:40 -08:00
2025-11-04 01:10:18 -08:00
2025-11-02 18:52:44 -08:00
2025-11-05 17:37:53 -08:00
2025-11-05 21:04:00 -08:00
2025-11-05 21:04:00 -08:00