0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-01-21 05:05:10 +00:00
Avinash Sajjanshetty d81f613f50 Update proto to include frame_no in the Frame message
Previously, we only sent the `page_no` and `Frame` to insert and let
Storage Server assign the frame numbers during inserts. This patch
changes this behaviour and moves this logic to client side.

This helps in two ways:
- Decouples logic from storage server
- When caching any info at client side, we don't need anything else
  other than success response from storage server
2024-07-12 14:26:04 +05:30
..