summaryrefslogtreecommitdiffstats
path: root/Doc/library/sqlite3.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-101386: fix typos found by codespell (#101387)Peter Jiping Xie2023-01-281-1/+1
* Docs: improve sqlite3 placeholders example (#101092)Erlend E. Aasland2023-01-181-13/+12
* gh-100668: Clarify how sqlite3 maps parameters onto placeholders (#100960)Erlend E. Aasland2023-01-141-9/+17
* Fix typos in Doc folder (#100880)Semen Zhydenko2023-01-101-1/+1
* gh-99953: Purge mention of numeric param style from sqlite3 docs (#100630)Erlend E. Aasland2023-01-011-5/+1
* gh-99087: Add missing newline for prompts in docs (GH-98993)Stanley2022-12-091-0/+1
* gh-96250: Improve sqlite3 injection attack example (#99270)Jia Junjie2022-12-081-6/+10
* Doc: Add summary line to isolation_level & autocommit sqlite3.connect params ...C.A.M. Gerlach2022-12-011-0/+2
* gh-99824: Document that sqlite3.connect implicitly open a transaction if auto...Géry Ogam2022-11-301-3/+3
* Docs: both sqlite3 "point examples" now adapt to str (#99823)Erlend E. Aasland2022-11-271-1/+1
* gh-96168: Add sqlite3 row factory how-to (#99507)Erlend E. Aasland2022-11-251-41/+119
* gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...Erlend E. Aasland2022-11-121-17/+154
* gh-99392: Fix sqlite3 converter recipes (#99393)naglis2022-11-121-3/+22
* Docs: add argument spec to sqlite3 CLI docs (#99200)Erlend E. Aasland2022-11-071-1/+6
* Docs: add `named` to the list of styles in the sqlite3.paramstyle attr docs (...Nick Pope2022-11-031-3/+4
* gh-98716: Revert gh-96081: Escape lone stars in sqlite3 docs (#98720)Erlend E. Aasland2022-10-261-5/+5
* gh-97661: Improve accuracy of sqlite3.Cursor.fetchone docs (#97662)Jia Junjie2022-10-051-1/+3
* gh-96810: Clarify for which statements sqlite3 implicitly opens transactions ...Erlend E. Aasland2022-09-151-1/+2
* gh-96702: Order methods before attrs in sqlite3.Connection docs (#96703)Erlend E. Aasland2022-09-131-97/+96
* Docs: alphabetically order sqlite3.Cursor attrs (#96565)Erlend E. Aasland2022-09-041-30/+31
* gh-96168: Improve sqlite3 dict_factory example (#96457)Erlend E. Aasland2022-09-011-18/+9
* gh-96414: Inline code examples in sqlite3 docs (#96442)Erlend E. Aasland2022-08-311-14/+380
* Docs: normalise sqlite3 placeholder how-to heading (#96413)Erlend E. Aasland2022-08-301-2/+2
* Docs: normalize SQL style in sqlite3 docs (#96403)Erlend E. Aasland2022-08-291-7/+7
* gh-95432: Add doctests for the sqlite3 docs (#96225)Erlend E. Aasland2022-08-291-64/+125
* gh-94635: Frame sqlite3 how-to headings as such & move default adapters to re...C.A.M. Gerlach2022-08-241-48/+48
* gh-96096: Add undocumented SQLITE_OK/DENY/IGNORE sqlite3 constants (#96134)C.A.M. Gerlach2022-08-231-4/+14
* gh-95432: Add doctest for sqlite3 tutorial (#96193)Erlend E. Aasland2022-08-231-16/+47
* gh-96121: Merge sqlite3.Row examples into sqlite3.Row class doc (#96122)Erlend E. Aasland2022-08-221-56/+18
* Docs: Fix markup of module name in sqlite3 docs (#96115)Erlend E. Aasland2022-08-191-3/+3
* Doc: Use consistent markup for example Point class in sqlite3 (#96095)C.A.M. Gerlach2022-08-191-3/+3
* Docs: group sqlite3.Connection attributes and methods (#96090)Erlend E. Aasland2022-08-191-39/+37
* gh-94635: Remove sqlite3 doc introduction heading (#96089)Erlend E. Aasland2022-08-191-3/+0