tursodatabase/turso

Cached prepare statements don't work with concurrency

Open

#4,597 opened on 2026年1月11日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Rust (1,001 forks)github user discovery
bughelp wanted

Repository metrics

Stars
 (19,103 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド