summaryrefslogtreecommitdiffstats
path: root/Doc/library/sqlite3.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-61162: Clarify sqlite3 connection context manager docs (GH-93890)Erlend Egeberg Aasland2022-06-191-4/+18
* gh-93925: Improve clarity of sqlite3 commit/rollback, and close docs (#93926)Erlend Egeberg Aasland2022-06-191-9/+8
* gh-93857: Fix broken audit-event targets in sqlite3 docs (#93859)Erlend Egeberg Aasland2022-06-151-2/+2
* gh-87260: Update sqlite3 signature docs to reflect actual implementation (#93...Erlend Egeberg Aasland2022-06-151-9/+9
* gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)Kalyan2022-06-071-0/+10
* gh-89018: Improve documentation of `sqlite3` exceptions (#27645)Erlend Egeberg Aasland2022-06-061-19/+51
* gh-92780: Improve sqlite3.Connection.create_collation docs (#92790)Erlend Egeberg Aasland2022-05-181-11/+8
* gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)Erlend Egeberg Aasland2022-04-221-3/+4
* gh-90923: Improve sqlite3.Connection.execute* docs (#91643)Erlend Egeberg Aasland2022-04-171-12/+9
* gh-69093: sqlite3 blob doc amendments (GH-91561)Erlend Egeberg Aasland2022-04-161-52/+55
* gh-69093: Add context manager support to sqlite3.Blob (GH-91562)Erlend Egeberg Aasland2022-04-161-4/+5
* gh-69093: Support basic incremental I/O to blobs in `sqlite3` (GH-30680)Erlend Egeberg Aasland2022-04-151-0/+66
* gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)Erlend Egeberg Aasland2022-04-121-0/+29
* bpo-41930: Add support for SQLite serialise/deserialise API (GH-26728)Erlend Egeberg Aasland2022-04-051-0/+38
* bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)Hugo van Kemenade2022-03-301-1/+1
* sqlite3: normalise pre-acronym determiners (GH-31772)Erlend Egeberg Aasland2022-03-111-5/+5
* bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)Erlend Egeberg Aasland2022-03-091-6/+0
* bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)Erlend Egeberg Aasland2022-03-091-0/+6
* Docstring: replace pysqlite with sqlite3 (GH-31758)Erlend Egeberg Aasland2022-03-091-2/+2
* bpo-46402: Promote SQLite URI tricks in `sqlite3` docs (GH-30660)Erlend Egeberg Aasland2022-01-181-8/+22
* bpo-46261: Update `sqlite3.Cursor.lastrowid` docs (GH-30407)Erlend Egeberg Aasland2022-01-081-8/+9
* bpo-45828: Use unraisable exceptions within sqlite3 callbacks (FH-29591)Erlend Egeberg Aasland2021-11-291-3/+21
* bpo-45677: Reword first section of `sqlite3` docs (#29326)Erlend Egeberg Aasland2021-11-151-18/+20
* bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)Erlend Egeberg Aasland2021-11-031-17/+35
* bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...Erlend Egeberg Aasland2021-11-011-0/+34
* bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200)Ian Fisher2021-10-291-0/+6
* bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219)Erlend Egeberg Aasland2021-10-281-0/+46
* sqlite3: Modernize documentation around unicode and bytes. (GH-28652)Julien Palard2021-10-011-2/+2
* bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)Serhiy Storchaka2021-09-221-1/+1
* bpo-45089: Improve sqlite3 trace callback docs (GH-28238)Erlend Egeberg Aasland2021-09-151-5/+13
* bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786)Erlend Egeberg Aasland2021-08-301-0/+14
* bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395)Erlend Egeberg Aasland2021-07-291-0/+4
* Fix typo in sqlite3.rst (GH-27415)Ikko Ashimine2021-07-281-1/+1
* bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145)Jack DeVries2021-07-141-1/+1
* bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863)Erlend Egeberg Aasland2021-06-241-0/+5
* bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module (GH-2...Erlend Egeberg Aasland2021-06-031-1/+1
* bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220)Erlend Egeberg Aasland2021-05-191-1/+5
* bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)Erlend Egeberg Aasland2021-04-261-0/+14
* bpo-20364: Improve sqlite3 placeholder docs (GH-25003)Erlend Egeberg Aasland2021-04-141-38/+33
* bpo-43774: Add more links to configure options (GH-25363)Victor Stinner2021-04-121-2/+2
* bpo-43446: Fix markup in sqlite3 footnote (GH-24806)Kamil Turek2021-03-091-1/+1
* bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746)Erlend Egeberg Aasland2021-03-041-25/+25
* bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364)L2021-01-311-4/+0
* bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159)Vladimir2021-01-061-13/+0
* bpo-40810: Require SQLite 3.7.15 (GH-24106)Erlend Egeberg Aasland2021-01-061-1/+1
* bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965)Erlend Egeberg Aasland2020-12-271-1/+1
* bpo-41724: Explain when the conversion is not possible with detect_types enab...sblondon2020-12-191-1/+3
* bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909)Erlend Egeberg Aasland2020-09-071-6/+2
* Fix typo in sqlite3 documentation (GH-19965)Naglis2020-05-061-1/+1
* bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...Serhiy Storchaka2020-03-211-3/+4