]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Mon, 30 Aug 2021 18:32:21 +0000 (20:32 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 18:32:21 +0000 (19:32 +0100)
commit86d8b465231473f850cc5e906013ba8581ddb503
tree38821067898cf1fb5fec7b0102e08776ce9df3fe
parentf62763d26755260c31c717fb396550e00eb6b2a0
bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786)
Doc/includes/sqlite3/complete_statement.py
Doc/library/sqlite3.rst
Doc/whatsnew/3.11.rst
Lib/sqlite3/test/dbapi.py
Misc/NEWS.d/next/Library/2019-05-08-15-14-32.bpo-16379.rN5JVe.rst [new file with mode: 0644]
Modules/_sqlite/module.c
Modules/_sqlite/module.h
Modules/_sqlite/util.c