FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-16379: expose SQLite error codes and error names in `sqlite3` by erlend-aasland · Pull Request #27786 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-16379: expose SQLite error codes and error names in sqlite3
- #27786
#27786
Merged
pablogsal
merged 34 commits into
python:main
python/cpython:main
from
erlend-aasland:sqlite-expose-error-code
erlend-aasland/cpython:sqlite-expose-error-code
Copy head branch name to clipboard
Aug 30, 2021
Conversation
Commits
34
(34)
Checks
Files changed
Merged
bpo-16379: expose SQLite error codes and error names in sqlite3
#27786
pablogsal
merged 34 commits into
python:main
python/cpython:main
from
erlend-aasland:sqlite-expose-error-code
erlend-aasland/cpython:sqlite-expose-error-code
Copy head branch name to clipboard
Commits
Commits on May 9, 2019
sqlite3 module expose sqlite error code and name in exceptions
palaviv
committed
83ab267
View commit details
Copy full SHA for 83ab267
Browse repository at this point
Fix syntax error
palaviv
committed
eeb10f4
View commit details
Copy full SHA for eeb10f4
Browse repository at this point
Add NEWS entry
palaviv
committed
42636f9
View commit details
Copy full SHA for 42636f9
Browse repository at this point
Update version
palaviv
committed
f224223
View commit details
Copy full SHA for f224223
Browse repository at this point
Fix whitespace
palaviv
committed
31467e3
View commit details
Copy full SHA for 31467e3
Browse repository at this point
Commits on Aug 6, 2021
Merge branch 'main' into sqlite-expose-error-code
Erlend E. Aasland
committed
679280d
View commit details
Copy full SHA for 679280d
Browse repository at this point
Move exception documentation to the exceptions section
Erlend E. Aasland
committed
8aa0859
View commit details
Copy full SHA for 8aa0859
Browse repository at this point
Use PyModule_AddObjectRef to add error codes
Erlend E. Aasland
committed
e4195c0
View commit details
Copy full SHA for e4195c0
Browse repository at this point
Refactor: add add_error_constants()
Erlend E. Aasland
committed
a4a0762
View commit details
Copy full SHA for a4a0762
Browse repository at this point
Sort error codes alphabetically
Erlend E. Aasland
committed
c18d227
View commit details
Copy full SHA for c18d227
Browse repository at this point
Normalise style with the rest of the code base (PEP 7, etc.)
Erlend E. Aasland
committed
67e49e8
View commit details
Copy full SHA for 67e49e8
Browse repository at this point
Improve "get error name" function
Show description for 1893ced
Erlend E. Aasland
committed
1893ced
View commit details
Copy full SHA for 1893ced
Browse repository at this point
Refactor _pysqlite_seterror changes
Show description for 67ea5f2
Erlend E. Aasland
committed
67ea5f2
View commit details
Copy full SHA for 67ea5f2
Browse repository at this point
Refactor error code table
Show description for 6ced38c
Erlend E. Aasland
committed
6ced38c
View commit details
Copy full SHA for 6ced38c
Browse repository at this point
Use macro to create error table
Show description for 467f7ba
Erlend E. Aasland
committed
467f7ba
View commit details
Copy full SHA for 467f7ba
Browse repository at this point
Add missing SQLITE_NOTICE and SQLITE_WARNING codes
Erlend E. Aasland
committed
4abd093
View commit details
Copy full SHA for 4abd093
Browse repository at this point
Add comment
Erlend E. Aasland
committed
70507dd
View commit details
Copy full SHA for 70507dd
Browse repository at this point
Commits on Aug 9, 2021
Merge branch 'main' into sqlite-expose-error-code
Erlend E. Aasland
committed
b617192
View commit details
Copy full SHA for b617192
Browse repository at this point
Assert exception class is always set
Erlend E. Aasland
committed
db053b9
View commit details
Copy full SHA for db053b9
Browse repository at this point
Use explicit API's iso. Py_BuildValue, etc.
Erlend E. Aasland
committed
98106dd
View commit details
Copy full SHA for 98106dd
Browse repository at this point
Remove duplicate return code entries
Erlend E. Aasland
committed
0567938
View commit details
Copy full SHA for 0567938
Browse repository at this point
Group stuff
Erlend E. Aasland
committed
16889a1
View commit details
Copy full SHA for 16889a1
Browse repository at this point
Use 'unknown' when a proper SQLite exception cannot be found
Show description for a7a1cf8
Erlend E. Aasland
committed
a7a1cf8
View commit details
Copy full SHA for a7a1cf8
Browse repository at this point
Fix complete_statement.py example
Show description for 772a29c
Erlend E. Aasland
committed
772a29c
View commit details
Copy full SHA for 772a29c
Browse repository at this point
Improve unit tests
Show description for fa5a1af
Erlend E. Aasland
committed
fa5a1af
View commit details
Copy full SHA for fa5a1af
Browse repository at this point
Adjust NEWS entry and update What's New
Erlend E. Aasland
committed
cf551b1
View commit details
Copy full SHA for cf551b1
Browse repository at this point
Use PyObject_SetAttrString iso. _PyObject_SetAttrId => slow path/readability
Erlend E. Aasland
committed
a3646c9
View commit details
Copy full SHA for a3646c9
Browse repository at this point
Refactor _pysqlite_seterror
Erlend E. Aasland
committed
8a49659
View commit details
Copy full SHA for 8a49659
Browse repository at this point
Link to sqlite.org/rescode.html iso. sqlite.org/c3ref/c_abort.html
Erlend E. Aasland
committed
8d11bc5
View commit details
Copy full SHA for 8d11bc5
Browse repository at this point
Commits on Aug 19, 2021
Use test.support.os_helper.temp_dir() in test_error_code_on_exception()
Erlend E. Aasland
committed
7a69798
View commit details
Copy full SHA for 7a69798
Browse repository at this point
Commits on Aug 25, 2021
Merge branch 'main' into sqlite-expose-error-code
Erlend E. Aasland
committed
b9a5a77
View commit details
Copy full SHA for b9a5a77
Browse repository at this point
Address review: document get_exception_class() return value
Erlend E. Aasland
committed
3589a6a
View commit details
Copy full SHA for 3589a6a
Browse repository at this point
Merge branch 'main' into sqlite-expose-error-code
Erlend E. Aasland
committed
a3c45b6
View commit details
Copy full SHA for a3c45b6
Browse repository at this point
Commits on Aug 26, 2021
Address review: compare char ptr with NULL iso. 0
Erlend E. Aasland
committed
5a5683c
View commit details
Copy full SHA for 5a5683c
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL