tursodatabase/turso

Cached prepare statements don't work with concurrency

Open

#4,597 建立於 2026年1月11日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Rust (1,001 fork)github user discovery
bughelp wanted

倉庫指標

Star
 (19,103 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南