summaryrefslogtreecommitdiff
path: root/Lib/sqlite3/test/dbapi.py
Commit message (Expand)AuthorAgeFilesLines
* [3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)Christian Clauss2021-10-071-2/+2
* [3.9] bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) (GH-2...Serhiy Storchaka2021-08-291-0/+3
* [3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to co...Erlend Egeberg Aasland2021-08-251-2/+76
* [3.9] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (...Erlend Egeberg Aasland2021-07-291-1/+23
* bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)Miss Islington (bot)2020-09-171-1/+13
* bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)Victor Stinner2019-06-261-2/+2
* Spelling fixes to docs, docstrings, and comments (GH-6374)Ville Skyttä2018-04-201-1/+1
* bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#...Anders Lorentsen2017-11-061-0/+11
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-5/+1
* 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 #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-141-2/+2
* Remove empty setUp and tearDown methods from sqlite3 testsBerker Peksag2016-06-141-12/+0
* Replace more boilerplate code with modern unittest features in sqlite3 testsBerker Peksag2016-06-141-2/+1
* Modernize sqlite3 testsBerker Peksag2016-06-121-145/+27
* 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 #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the filena...Antoine Pitrou2013-02-101-0/+18
* Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-021-1/+1
* sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-011-0/+7
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-1/+1
* #8845: expose sqlite3 inTransaction as RO in_transaction Connection attribute.R. David Murray2010-06-011-0/+23
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+5
* Merged new pysqlite version 2.6.0 from trunk.Gerhard Häring2010-03-051-7/+104
* change deprecated unittest method calls into their proper names.Gregory P. Smith2009-07-041-46/+46
* Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,...Georg Brandl2008-06-101-0/+9
* Bring sqlite3 module up-to-date with what's now in 2.6. Almost. I intentionallyGerhard Häring2008-03-291-15/+36
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-4/+4
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-1/+1
* PEP 3114: rename .next() to .__next__() and add next() builtin.Georg Brandl2007-04-211-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+732