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.

贡献者指南