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
bpo-16379: expose SQLite error codes and error names in
sqlite3
#27786bpo-16379: expose SQLite error codes and error names in
sqlite3
#27786Changes from 33 commits
83ab267
eeb10f4
42636f9
f224223
31467e3
679280d
8aa0859
e4195c0
a4a0762
c18d227
67e49e8
1893ced
67ea5f2
6ced38c
467f7ba
4abd093
70507dd
b617192
db053b9
98106dd
0567938
16889a1
a7a1cf8
772a29c
fa5a1af
cf551b1
a3646c9
8a49659
8d11bc5
7a69798
b9a5a77
3589a6a
a3c45b6
5a5683c
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.
This is slighly confusing because normally returning
NULL
signifies an error. Could you please document this both on the call site and in this function? Otherwise the call site reads weirdly becauseseems that is handling an error
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.
Yes, I see now that it can be a bit confusing. I'll add a comment. Thanks!
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.
Is it clearer with 3589a6a?
(FYI, I need to rebase ontomain
again bco. GH-26202)