tursodatabase/turso
Auf GitHub ansehenCached prepare statements don't work with concurrency
Open
#4.597 geöffnet am 11. Jan. 2026
bughelp wanted
Repository-Metriken
- Stars
- (19.103 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.