0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-06-01 15:42:44 +00:00
Files
libsql/libsql-server/tests
Lucio Franco 958f5613cc libsql: fix embedded replica multiple txn (#1287)
This commit fixes an issue where new connections for embedded replica's
with write delegation would not create a new "connection" on the server
causing weird issues with transactions and state. The fix here is to
create a new `client_id` when creating a new writer for a new connection
locally. This forces the server to use separate connections to execute
the writes.

Closes #1283
2024-04-05 20:44:31 +00:00
..
2024-03-09 11:39:39 +00:00
2023-11-07 17:04:25 +01:00