0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-15 22:39:05 +00:00
libsql/libsql-storage
Avinash Sajjanshetty 80605905d9
fix: minor bug issues with the cache tables (#1521)
- Changed transaction table to use `(txn_id, page_no)` as composite
  primary key
- Updated `insert_frame` to ignore unique constraint violation since
  frames are immutable
- Change `insert_page` method to upsert
2024-07-01 13:08:48 +00:00
..