summaryrefslogtreecommitdiffstats
path: root/Doc/library/sqlite3.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-139707: Add docs for optional modules (GH-140171)Petr Viktorin2025-11-061-1/+3
* Python 3.15.0a1v3.15.0a1Hugo van Kemenade2025-10-141-3/+3
* gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (#139296)Bénédikt Tran2025-09-301-0/+6
* gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#...chiri2025-09-171-3/+3
* gh-133390: Amend gh-135659 (sqlite3 docs update) (#137447)Erlend E. Aasland2025-08-061-1/+1
* gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270)NekrodNIK2025-07-091-1/+1
* gh-133390: Document `SQLITE_KEYWORDS` (GH-135659)Stan Ulbrych2025-06-181-0/+9
* gh-118928: Amend sqlite3 execute*() deprecation notes (#135163)Erlend E. Aasland2025-06-101-11/+11
* gh-133595: Clean up sqlite3.Connection APIs (GH-133605)Serhiy Storchaka2025-05-081-31/+21
* gh-131002: clarify how to enforce sqlite3 column types for generated fields (...Erlend E. Aasland2025-03-171-18/+21
* Replace non-breaking spaces with normal spaces (#130116)AN Long2025-02-161-1/+1
* gh-126259: Fix "unclosed database" warning in sqlite3 doctest (#126260)sobolevn2024-11-011-0/+1
* Use pep role instead of url (#121611)Rafael Fontenelle2024-09-171-15/+14
* gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)Wei-Hsiang (Matt) Wang2024-09-011-1/+1
* gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)Hugo van Kemenade2024-05-101-20/+2
* docs: module page titles should not start with a link to themselves (#117099)Ned Batchelder2024-05-081-2/+2
* gh-111726: Explicitly close database connections in sqlite3 doctests (#111730)Nikita Sobolev2024-04-081-0/+27
* gh-111726: Remove some doctests from sqlite3 docs (#117623)Erlend E. Aasland2024-04-081-36/+7
* gh-111726: Cleanup test files after running sqlite3 doctest (#117604)Hugo van Kemenade2024-04-081-0/+8
* Docs: fix broken links (#116651)Mariusz Felisiak2024-03-131-1/+1
* gh-91602: Add iterdump() support for filtering database objects (#114501)Mariusz Felisiak2024-02-061-1/+10
* Docs: align sqlite3 docs with versionadded/versionchanged recommendations (#1...Erlend E. Aasland2024-01-211-12/+12
* Docs: fix typo in doc for sqlite3.Cursor.execute (#112442)Tom Levy2023-11-271-1/+1
* gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#...Erlend E. Aasland2023-10-251-33/+50
* gh-110631: Fix reST indentation in `Doc/library` (#110685)Ezio Melotti2023-10-111-12/+12
* Enhanced sqlite3 connection context management documentation with contextlib....Lincoln2023-10-031-2/+2
* fix misaligned versionchanged blocks in sqlite3 docs (GH-110191)Ned Batchelder2023-10-021-9/+6
* gh-108278: Deprecate passing the first param of sqlite3.Connection callback A...Erlend E. Aasland2023-08-291-6/+21
* Fix misc doc typos (#108592)xzmeng2023-08-291-1/+1
* gh-108278: Deprecate passing the three first params as keyword args for sqlit...Erlend E. Aasland2023-08-281-0/+10
* Docs: align the param spec of sqlite3.Connection methods with the implementat...Erlend E. Aasland2023-08-221-2/+2
* gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...Erlend E. Aasland2023-08-221-0/+6
* gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...Erlend E. Aasland2023-08-151-0/+6
* gh-106909: Use role :const: for referencing module constants (GH-106910)Serhiy Storchaka2023-07-211-5/+5
* gh-96165: Clarify passing ":memory:" in sqlite3.connect() (#106451)Mariusz Felisiak2023-07-111-2/+3
* gh-96165: Clarify omitting the FROM clause in SQLite queries (#106513)Mariusz Felisiak2023-07-111-0/+7
* Docs: add links to 'callable' term in sqlite3 docs (#106072)Erlend E. Aasland2023-06-251-17/+18
* gh-105875: Require SQLite 3.15.2 or newer (#105876)Erlend E. Aasland2023-06-181-4/+1
* gh-101117: Improve accuracy of sqlite3.Cursor.rowcount docs (#104287)Erlend E. Aasland2023-05-111-1/+4
* gh-100021: Document that sqlite3's executemany() discards resulting rows (#10...Erlend E. Aasland2023-04-281-2/+9
* GH-103903: Test the minimum Sphinx version in CI (#103904)Adam Turner2023-04-271-3/+3
* gh-103489: Add get/set config methods to sqlite3.Connection (#103506)Erlend E. Aasland2023-04-261-0/+56
* gh-103015: Add entrypoint keyword param to sqlite3.Connection.load_extension ...Erlend E. Aasland2023-04-261-2/+20
* Docs: fixup incorrect escape char in sqlite3 docs (#102945)Erlend E. Aasland2023-03-231-1/+1
* Docs: improve accuracy of sqlite3.Connection.interrupt() (#102904)Erlend E. Aasland2023-03-221-1/+1
* Docs: improve the accuracy of the sqlite3.connect() timeout param (#102900)Erlend E. Aasland2023-03-221-3/+3
* Fix typos in documentation and comments (GH-102374)Michael K2023-03-021-1/+1
* gh-101693: In sqlite3, deprecate using named placeholders with parameters sup...Erlend E. Aasland2023-02-151-1/+18
* Docs: use parameter list for sqlite3.Cursor.execute* (#101782)Erlend E. Aasland2023-02-101-12/+33
* Docs: improve accuracy of sqlite3 `check_same_thread` parameter (#101351)Marcos Pereira2023-02-011-4/+7