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.
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
sqlite: add support for SQLite Session Extension #54181
sqlite: add support for SQLite Session Extension #54181
Changes from 28 commits
d3c9c6e
210f947
bae7f67
fd64575
ed2851f
bf9db72
c4c8147
351c34e
a98e5b0
6876522
7362f4e
fb91628
f15f1b0
763da58
40837f2
b70d41c
56131e8
3202fbb
df83e4b
8addc58
d31b038
4e62d6a
7918a6c
f4b814d
14ba002
1d8da20
80725c5
c3cf3f3
6f08540
8776af6
092a28c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What kind of exception?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used the same wording as elsewhere in the document. For consistency we should either keep it the same here or update it everywhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But we just use plain
Error
s at this point, so I don't think it's worth it to write that everywhere.