tursodatabase/turso
Cached prepare statements don't work with concurrency
オープン
#4,597 opened on 2026/01/11
bughelp wanted
Repository metrics
- Stars
- (19,103 個のスター)
- PR merge metrics
- (平均マージ 2d 11h) (30d で 147 merged PRs)
説明
A cached prepared statement created with Connection::prepare_cached() returns BusySnapshot error if another concurrent connection modifies the database, essentially making it impossible to reuse a connection in a connect pool.