summaryrefslogtreecommitdiff
path: root/Lib/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...Serhiy Storchaka2019-09-171-7/+18
* bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)Serhiy Storchaka2019-09-161-7/+21
* closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)gescheit2019-07-121-58/+13
* bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)Victor Stinner2019-06-262-3/+3
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Zackery Spytz2018-12-171-0/+4
* bpo-32788: Better error handling in sqlite3. (GH-3723)Serhiy Storchaka2018-12-101-3/+25
* bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...Sergey Fedoseev2018-12-051-19/+64
* bpo-34041: Allow creating deterministic functions in Connection.create_functi...Sergey Fedoseev2018-07-081-0/+23
* Spelling fixes to docs, docstrings, and comments (GH-6374)Ville Skyttä2018-04-201-1/+1
* bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)Aviv Palivoda2018-03-181-3/+1
* bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (GH-6067)Berker Peksag2018-03-111-0/+2
* bpo-27645: Add support for native backup facility of SQLite (GH-4238)Emanuele Gaifas2018-03-111-0/+162
* Remove unused var from CheckCancelOperation test (GH-4317)Simon Willison2017-11-081-2/+0
* bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#...Anders Lorentsen2017-11-061-0/+11
* bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...Oren Milman2017-11-061-0/+3
* bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...Oren Milman2017-11-061-0/+18
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-5/+1
* bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)Aviv Palivoda2017-04-091-0/+20
* bpo-28518: Start a transaction implicitly before a DML statement (#245)Berker Peksag2017-02-261-0/+9
* Issue #29123: Merge from 3.5Berker Peksag2016-12-311-2/+1
|\
| * Issue #29123: Make CheckSqlTimestamp more robustBerker Peksag2016-12-311-2/+1
* | Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-271-0/+22
|\ \ | |/
| * Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()Serhiy Storchaka2016-09-271-0/+22
* | Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...Berker Peksag2016-09-111-8/+28
* | Issue #21250: Merge from 3.5Berker Peksag2016-09-071-1/+100
|\ \ | |/
| * Issue #21250: Add tests for SQLite's ON CONFLICT clauseBerker Peksag2016-09-071-1/+100
* | Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...Serhiy Storchaka2016-09-011-4/+27
|\ \ | |/
| * Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...Serhiy Storchaka2016-09-011-4/+27
* | Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-3/+17
|\ \ | |/
| * Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factorySerhiy Storchaka2016-08-291-3/+17
* | Issue #10513: Merge from 3.5Berker Peksag2016-08-261-0/+31
|\ \ | |/
| * Issue #10513: Fix a regression in Connection.commit()Berker Peksag2016-08-261-0/+31
* | Issue #21718: Merge from 3.5Berker Peksag2016-08-211-1/+41
|\ \ | |/
| * Issue #21718: cursor.description is now available for queries using CTEsBerker Peksag2016-08-211-1/+41
* | Issue #16864: Cursor.lastrowid now supports REPLACE statementBerker Peksag2016-06-141-1/+42
|/
* Mark tests as skipped when a SQLite version is not supportedBerker Peksag2016-06-144-16/+9
* Remove empty setUp and tearDown methods from sqlite3 testsBerker Peksag2016-06-142-18/+0
* Replace more boilerplate code with modern unittest features in sqlite3 testsBerker Peksag2016-06-143-13/+6
* Modernize sqlite3 testsBerker Peksag2016-06-126-257/+62
* Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1Berker Peksag2016-06-121-0/+6
* Issue #27188: Fix various sqlite3 documentation errorsBerker Peksag2016-06-121-0/+12
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #23758: Improve num_params docs of create_{function,aggregate} functionsBerker Peksag2016-03-271-0/+31
* Issue #24257: Fixed incorrect uses of PyObject_IsInstance().Serhiy Storchaka2015-05-221-0/+8
|\
| * Issue #24257: Fixed incorrect uses of PyObject_IsInstance().Serhiy Storchaka2015-05-221-0/+8
* | Issue #13583: sqlite3.Row now supports slice indexing.Serhiy Storchaka2015-03-311-0/+18
|/
* Issue #23641: Cleaned out legacy dunder names from tests and docs.Serhiy Storchaka2015-03-121-12/+3
* Issue #21147: sqlite3 now raises an exception if the request contains a nullSerhiy Storchaka2014-09-111-0/+10
* Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulrSerhiy Storchaka2014-05-282-3/+25
* merge 3.3 (#20901)Benjamin Peterson2014-03-121-1/+1
|\