chore: added types for changes coming in 3.52.0#153
Closed
jurerotar wants to merge 3 commits intosqlite:mainfrom
Closed
chore: added types for changes coming in 3.52.0#153jurerotar wants to merge 3 commits intosqlite:mainfrom
jurerotar wants to merge 3 commits intosqlite:mainfrom
Conversation
sgbeal
reviewed
Mar 15, 2026
| * @param callback Function to retry. | ||
| * @param beforeRetry Optional function to call before each retry. | ||
| */ | ||
| sqlite3_js_retry_busy: <T>( |
Collaborator
There was a problem hiding this comment.
Slight correction/clarification: it's still uncertain whether js_retry_busy() will be included at all.
bind_zeroblob() will be part of 3.53, not 3.52. Version 3.52.0 has been withdrawn, pending a decision from drh about how to deal with its floating-point discrepancies. It will return, in some form or other, but these JS changes won't be part of it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR includes upcoming 3.52.0 changes. It is not yet finished and must not be merged until 3.52.0 is out.