Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsql: add wal frame_count and get_frame safe fn #1826

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

LucioFranco
Copy link
Contributor

This just moves unsafe wal code from safe database code to their own self contained safe fn. This clears up the safe and unsafe boundary instead of mixing and matching like before. This also creates a clear point of audit of our unsafe usage.

This just moves unsafe wal code from safe database code to their own
self contained safe fn. This clears up the safe and unsafe boundary
instead of mixing and matching like before. This also creates a clear
point of audit of our unsafe usage.
@LucioFranco LucioFranco added this pull request to the merge queue Nov 19, 2024
Merged via the queue into main with commit b80f611 Nov 19, 2024
18 checks passed
@LucioFranco LucioFranco deleted the lucio/add-sys-wal-fn branch November 19, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants