Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-45677: Reword first section of `sqlite3` docs (#29326) | Erlend Egeberg Aasland | 2021-11-15 | 1 | -18/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bpo-45677: Avoid addressing the reader as 'you' in sqlite3 docs * Adjust wording * Adjust wording again * Typo * Update Doc/library/sqlite3.rst Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> * Address review: adjust wording * Update Doc/library/sqlite3.rst Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> * Update Lib/sqlite3/__init__.py Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> * Update Doc/library/sqlite3.rst Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> * Update Doc/library/sqlite3.rst Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> * Update Lib/sqlite3/__init__.py Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> * Update Doc/library/sqlite3.rst Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> * Apply Alex' suggestion, and apply 80 char limit to PR * Minor adjustment Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227) | Erlend Egeberg Aasland | 2021-11-03 | 1 | -17/+35 |
| | | | | | | | | | Use the compile-time selected default SQLite threaded mode to set the DB-API 2.0 attribute 'threadsafety' Mappings: - SQLITE_THREADSAFE=0 => threadsafety=0 - SQLITE_THREADSAFE=1 => threadsafety=3 - SQLITE_THREADSAFE=2 => threadsafety=1 | ||||
* | bpo-45243: Add support for setting/getting `sqlite3` connection limits ↵ | Erlend Egeberg Aasland | 2021-11-01 | 1 | -0/+34 |
| | | | | (GH-28463) | ||||
* | bpo-45335: Add note to `sqlite3` docs about "timestamp" converter (GH-29200) | Ian Fisher | 2021-10-29 | 1 | -0/+6 |
| | |||||
* | bpo-45608: Document missing `sqlite3` DB-API attributes and methods (GH-29219) | Erlend Egeberg Aasland | 2021-10-28 | 1 | -0/+46 |
| | |||||
* | sqlite3: Modernize documentation around unicode and bytes. (GH-28652) | Julien Palard | 2021-10-01 | 1 | -2/+2 |
| | |||||
* | bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515) | Serhiy Storchaka | 2021-09-22 | 1 | -1/+1 |
| | | | | | | | Replace old names when they refer to actual versions of macOS. Keep historical names in references to older versions. Co-authored-by: Patrick Reader <_@pxeger.com> | ||||
* | bpo-45089: Improve sqlite3 trace callback docs (GH-28238) | Erlend Egeberg Aasland | 2021-09-15 | 1 | -5/+13 |
| | | | | - Add link to str object and sqlite3 transaction control - Mention that exceptions are not propagated | ||||
* | bpo-16379: expose SQLite error codes and error names in `sqlite3` (GH-27786) | Erlend Egeberg Aasland | 2021-08-30 | 1 | -0/+14 |
| | |||||
* | bpo-44688: Remove ASCII limitation from `sqlite3` collation names (GH-27395) | Erlend Egeberg Aasland | 2021-07-29 | 1 | -0/+4 |
| | |||||
* | Fix typo in sqlite3.rst (GH-27415) | Ikko Ashimine | 2021-07-28 | 1 | -1/+1 |
| | | | preceeding -> preceding | ||||
* | bpo-44639: fix typo in sqlite.rst (transation => transaction) (GH-27145) | Jack DeVries | 2021-07-14 | 1 | -1/+1 |
| | | | | | | | To my understanding, this is supposed to say "transaction". See the relevant source: https://github.com/python/cpython/blob/a158b20019b50e3ece6e4743ec4e6ae8d818b690/Modules/_sqlite/connection.c#L1434-L1467 | ||||
* | bpo-44491: Allow clearing the sqlite3 authoriser callback (GH-26863) | Erlend Egeberg Aasland | 2021-06-24 | 1 | -0/+5 |
| | |||||
* | bpo-42862: Use functools.lru_cache iso. _sqlite.Cache in sqlite3 module ↵ | Erlend Egeberg Aasland | 2021-06-03 | 1 | -1/+1 |
| | | | | | (GH-24203) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> | ||||
* | bpo-30593: Doc'ed that executescript() disregards isolation level (GH-26220) | Erlend Egeberg Aasland | 2021-05-19 | 1 | -1/+5 |
| | |||||
* | bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246) | Erlend Egeberg Aasland | 2021-04-27 | 1 | -0/+14 |
| | |||||
* | bpo-20364: Improve sqlite3 placeholder docs (GH-25003) | Erlend Egeberg Aasland | 2021-04-14 | 1 | -38/+33 |
| | |||||
* | bpo-43774: Add more links to configure options (GH-25363) | Victor Stinner | 2021-04-12 | 1 | -2/+2 |
| | |||||
* | bpo-43446: Fix markup in sqlite3 footnote (GH-24806) | Kamil Turek | 2021-03-10 | 1 | -1/+1 |
| | |||||
* | bpo-43396: Normalise naming in sqlite3 doc examples (GH-24746) | Erlend Egeberg Aasland | 2021-03-04 | 1 | -25/+25 |
| | |||||
* | bpo-43059: Remove reference to legacy external sqlite3 repository (GH-24364) | L | 2021-01-31 | 1 | -4/+0 |
| | |||||
* | bpo-38413: Remove outdated section about multithreading in sqlite3 (GH-23159) | Vladimir | 2021-01-06 | 1 | -13/+0 |
| | |||||
* | bpo-40810: Require SQLite 3.7.15 (GH-24106) | Erlend Egeberg Aasland | 2021-01-06 | 1 | -1/+1 |
| | |||||
* | bpo-42755: Fix sqlite3.Connection.backup docs (GH-23965) | Erlend Egeberg Aasland | 2020-12-27 | 1 | -1/+1 |
| | | | The `pages` argument default value now reflects the implementation. | ||||
* | bpo-41724: Explain when the conversion is not possible with detect_types ↵ | sblondon | 2020-12-19 | 1 | -1/+3 |
| | | | | | enabled (GH-23855) * Explain when the conversion is not possible with detect_types enabled | ||||
* | bpo-40744: Drop support for SQLite pre 3.7.3 (GH-20909) | Erlend Egeberg Aasland | 2020-09-07 | 1 | -6/+2 |
| | | | | | | Remove code required to support SQLite pre 3.7.3. Co-written-by: Berker Peksag <berker.peksag@gmail.com> Co-written-by: Sergey Fedoseev <fedoseev.sergey@gmail.com> | ||||
* | Fix typo in sqlite3 documentation (GH-19965) | Naglis | 2020-05-06 | 1 | -1/+1 |
| | | | *first* is repeated twice. | ||||
* | bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ↵ | Serhiy Storchaka | 2020-03-21 | 1 | -3/+4 |
| | | | | (GH-18942) | ||||
* | bpo-37390: Add audit event table to documentations (GH-14406) | Steve Dower | 2019-06-27 | 1 | -1/+1 |
| | | | Also updates some (unreleased) event names to be consistent with the others. | ||||
* | bpo-37363: Add audit events for a range of modules (GH-14301) | Steve Dower | 2019-06-24 | 1 | -0/+2 |
| | |||||
* | bpo-34580: Update sqlite3 examples to call close() explicitly (GH-9079) | Xtreak | 2019-05-20 | 1 | -1/+5 |
| | | | | | The sqlit3.Connection object doesn't call its close() method when it's used as a context manager. | ||||
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -0/+3 |
| | |||||
* | bpo-8145: Improve isolation_level documentation (GH-8499) | Berker Peksag | 2018-07-29 | 1 | -14/+22 |
| | | | Initial patch by R. David Murray. | ||||
* | bpo-34061: Document sqlite3.NotSupportedError (GH-8172) | Marcin Niemira | 2018-07-08 | 1 | -1/+8 |
| | |||||
* | bpo-34041: Allow creating deterministic functions in ↵ | Sergey Fedoseev | 2018-07-08 | 1 | -2/+9 |
| | | | | Connection.create_function() (GH-8086) | ||||
* | bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. ↵ | Sergey Fedoseev | 2018-07-03 | 1 | -2/+2 |
| | | | | (GH-8042) | ||||
* | bpo-31378: Document sqlite3.OperationalError exception (GH-7677) | Zackery Spytz | 2018-06-13 | 1 | -0/+7 |
| | |||||
* | bpo-27645: Add support for native backup facility of SQLite (GH-4238) | Emanuele Gaifas | 2018-03-11 | 1 | -0/+50 |
| | |||||
* | bpo-25910: Fixes redirection from http to https (#4674) | Sanyam Khurana | 2017-12-06 | 1 | -1/+1 |
| | |||||
* | bpo-31843: sqlite3.connect() now accepts PathLike objects as database name ↵ | Anders Lorentsen | 2017-11-06 | 1 | -3/+10 |
| | | | | (#4299) | ||||
* | Returning 1 from the set_progress_handler handler cancels query (GH-4120) | Simon Willison | 2017-11-02 | 1 | -0/+4 |
| | |||||
* | bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) | csabella | 2017-04-03 | 1 | -0/+5 |
| | | | * bpo-29725: DOC: add text for arraysize in sqlite3.Cursor | ||||
* | bpo-29121: Remove outdated documentation about transactions (#313) | Berker Peksag | 2017-02-26 | 1 | -8/+3 |
| | | | | Patch by Aviv Palivoda. | ||||
* | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -4/+4 |
|\ | |||||
| * | Issue #19795: Mark up None as literal text. | Serhiy Storchaka | 2016-10-19 | 1 | -4/+4 |
| | | |||||
* | | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ↵ | Berker Peksag | 2016-09-11 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DDL statements This commit contains the following commits from ghaering/pysqlite: * https://github.com/ghaering/pysqlite/commit/f254c534948c41c0ceb8cbabf0d4a2f547754739 * https://github.com/ghaering/pysqlite/commit/796b3afe38cfdac5d7d5ec260826b0a596554631 * https://github.com/ghaering/pysqlite/commit/cae87ee68613697a5f4947b4a0941f59a28da1b6 * https://github.com/ghaering/pysqlite/commit/3567b31bb5e5b226ba006213a9c69dde3f155faf With the following additions: * Fixed a refcount error * Fixed a compiler warning * Made the string comparison a little more robust * Added a whatsnew entry | ||||
* | | Merge from 3.5 | Berker Peksag | 2016-09-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Use shorter version of Connection.isolation_level in sqlite3.rst | Berker Peksag | 2016-09-07 | 1 | -1/+1 |
| | | |||||
* | | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory | Serhiy Storchaka | 2016-08-29 | 1 | -4/+4 |
|\ \ | |/ | | | | | creates not a cursor. Patch by Xiang Zhang. | ||||
| * | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory | Serhiy Storchaka | 2016-08-29 | 1 | -4/+4 |
| | | | | | | | | creates not a cursor. Patch by Xiang Zhang. |