0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-05-14 21:32:29 +00:00
Files
libsql/libsql-sqlite3/test/rust_suite
ad hoc ef446125f7 write queue (#1235)
* introduce connection manager

* remove unused wal methods

* remove lock stealer

* Make use of ConnectionManager in LibsqlConnection

it now takes a W: WalWrap instead of a WalManager. This is because we
want to inject the connection manager at the bottom of the wal wrapping
chain.

* add missing deps

* turn ReplicationLogger into a WrapWal

* update spots to to pass wal wrapper instead of wal manager

* remove dbg

* fmt

* fix sqlite3 rust tests
2024-03-20 22:27:13 +00:00
..
2024-03-20 22:27:13 +00:00