]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103489: Add get/set config methods to sqlite3.Connection (#103506)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Wed, 26 Apr 2023 19:57:48 +0000 (21:57 +0200)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 19:57:48 +0000 (19:57 +0000)
commitbb8aa7a2b41ad7649d66909e5266fcee039e63ed
tree69b936d96b77a82a34968934abdb97632efa455c
parent222c63fc6b91f42e7cc53574615f4e9b7a33c28f
gh-103489: Add get/set config methods to sqlite3.Connection (#103506)
Doc/library/sqlite3.rst
Doc/whatsnew/3.12.rst
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/next/Library/2023-04-13-13-17-47.gh-issue-103489.ZSZgmu.rst [new file with mode: 0644]
Modules/_sqlite/clinic/connection.c.h
Modules/_sqlite/connection.c
Modules/_sqlite/module.c