summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Issue #21250: Merge from 3.5Berker Peksag2016-09-061-1/+100
|\
| * Issue #21250: Add tests for SQLite's ON CONFLICT clauseBerker Peksag2016-09-061-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-133-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-131-1/+1
|\
| * weaken callback count inequality (closes #20901)Benjamin Peterson2014-03-131-1/+1
* | merge 3.3 (#20080)Benjamin Peterson2014-02-151-0/+1
|\ \ | |/
| * add missing test assertion (closes #20080)Benjamin Peterson2014-02-151-0/+1
* | (Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalidVictor Stinner2013-12-191-0/+5
|\ \ | |/
| * Issue #20026: Fix the sqlite module to handle correctly invalid isolation levelVictor Stinner2013-12-191-0/+5
* | Issue #19601: Use specific asserts in sqlite3 tests.Serhiy Storchaka2013-11-162-30/+20
|\ \ | |/
| * Issue #19601: Use specific asserts in sqlite3 tests.Serhiy Storchaka2013-11-162-30/+20
* | #18741: merge with 3.3.Ezio Melotti2013-08-172-3/+5
|\ \ | |/
| * #18741: fix more typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-172-3/+5
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-042-2/+2
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-142-2/+2
* | Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-262-3/+12
|\ \ | |/
| * Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-262-3/+12
| |\
| | * Issue #14720: Enhance sqlite3 microsecond conversion, document its behaviorPetri Lehtinen2013-02-262-3/+12
* | | Issue #14720: sqlite3: Convert datetime microseconds correctlyPetri Lehtinen2013-02-232-1/+18
|\ \ \ | |/ /
| * | Issue #14720: sqlite3: Convert datetime microseconds correctlyPetri Lehtinen2013-02-232-1/+18
| |\ \ | | |/
| | * Issue #14720: sqlite3: Convert datetime microseconds correctlyPetri Lehtinen2013-02-232-2/+19
* | | Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena...Antoine Pitrou2013-02-091-0/+18
|/ /
* | Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-072-12/+67
|\ \ | |/
| * Issue #17073: Fix some integer overflows in sqlite3 module.Serhiy Storchaka2013-02-072-12/+67
* | merge #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-111-2/+2
|\ \ | |/
| * #13934: document sqlite version strings, use correct one in test.R David Murray2013-01-111-2/+2
* | merge #15545: fix sqlite3.iterdump regression on unsortable row_factory objects.R David Murray2013-01-102-1/+23
|\ \ | |/
| * #15545: fix sqlite3.iterdump regression on unsortable row_factory objects.R David Murray2013-01-102-1/+23