[PR #971] fix: do not use cache=shared for in-memory SQLite #525

Closed
opened 2025-10-07 00:17:56 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/pocket-id/pocket-id/pull/971

State: closed
Merged: Yes


Low-priority fix, since it primarily impacts unit tests

When using an in-memory SQLite databases, if using multiple connections with cache=shared and there's a transaction blocking the database, another one will not wait and will fail to start right away

**Original Pull Request:** https://github.com/pocket-id/pocket-id/pull/971 **State:** closed **Merged:** Yes --- Low-priority fix, since it primarily impacts unit tests When using an in-memory SQLite databases, if using multiple connections with cache=shared and there's a transaction blocking the database, another one will not wait and will fail to start right away
OVERLORD added the pull-request label 2025-10-07 00:17:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#525