History log of /external/python/cpython2/Lib/sqlite3/test/regression.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dc60c75aee34d12d93e95bf0f941f8afd56bca98 26-Aug-2016 Berker Peksag <berker.peksag@gmail.com> Issue #10513: Fix a regression in Connection.commit()

Statements should not be reset after a commit.

Backported from https://github.com/ghaering/pysqlite/commit/029050896b1e6058573abeef5a8970384c0c7faa
/external/python/cpython2/Lib/sqlite3/test/regression.py
bf2dca96fbda4193552a56f7f1258ba5d16f2a60 11-Jul-2016 Martin Panter <vadmium+py@gmail.com> English spelling and grammar fixes
/external/python/cpython2/Lib/sqlite3/test/regression.py
9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f 17-Apr-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
/external/python/cpython2/Lib/sqlite3/test/regression.py
0aa6562913cabefa050fb6f4ab7b1289cde45286 11-Sep-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #21147: sqlite3 now raises an exception if the request contains a null
character instead of truncate it. Based on patch by Victor Stinner.
/external/python/cpython2/Lib/sqlite3/test/regression.py
9450219b0692c9e56ddcd0dc130c995b98f9550f 19-Dec-2013 Victor Stinner <victor.stinner@gmail.com> Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
(wrong type).
/external/python/cpython2/Lib/sqlite3/test/regression.py
5dd99ebbc25ac0e182cb00ac4c67aef8d32a6755 17-Aug-2013 Ezio Melotti <ezio.melotti@gmail.com> #18741: fix more typos. Patch by Févry Thibault.
/external/python/cpython2/Lib/sqlite3/test/regression.py
e41a4634c979f6c31b26302568ec249f575fe370 26-Feb-2013 Petri Lehtinen <petri@digip.org> Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
/external/python/cpython2/Lib/sqlite3/test/regression.py
9e14755b46c48207b44be92093ca2eae6ba22fac 23-Feb-2013 Petri Lehtinen <petri@digip.org> Issue #14720: sqlite3: Convert datetime microseconds correctly

Patch by Lowe Thiderman
/external/python/cpython2/Lib/sqlite3/test/regression.py
c7fd523ac57a00901901f4278a72346742e0d7b1 09-May-2011 Petri Lehtinen <petri@digip.org> Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
/external/python/cpython2/Lib/sqlite3/test/regression.py
6e055d78e16c0af28a35fbad53b99d8be59e1ea3 13-Mar-2010 Victor Stinner <victor.stinner@haypocalc.com> sqlite3: Fix a segfault on calling a connection with something else than a
string. Initialize all attributes to be able to call the statement destructor
on error.

Avoid also a duplicate connection in some tests: setUp() does already open a
connection (":memory:").
/external/python/cpython2/Lib/sqlite3/test/regression.py
3bbb67273a8c146a38de91080a37e716e2699622 05-Mar-2010 Gerhard Häring <gh@ghaering.de> Merged code from pysqlite 2.6.0.
/external/python/cpython2/Lib/sqlite3/test/regression.py
1844b0d7481d0790909627e4a166ef046df2c590 04-Jul-2009 Gregory P. Smith <greg@mad-scientist.com> Merge r73838 from py3k branch. Use the nondeprecated unittest method
names.
/external/python/cpython2/Lib/sqlite3/test/regression.py
a24869ada70ab30f4e08d71cdefda644cc40c6b0 17-Jul-2008 Georg Brandl <georg@python.org> #3312: fix two sqlite3 crashes.
/external/python/cpython2/Lib/sqlite3/test/regression.py
f40f6846e3c4658fec866e00bddd78923d6cbcbd 02-Mar-2008 Gerhard Häring <gh@ghaering.de> Made sqlite3 module's regression tests work with SQLite versions that don't
support "create table if not exists", yet.
/external/python/cpython2/Lib/sqlite3/test/regression.py
1cc60ed214d83b1901a9e68782559c18f705ff07 29-Feb-2008 Gerhard Häring <gh@ghaering.de> Updated to pysqlite 2.4.1. Documentation additions will come later.
/external/python/cpython2/Lib/sqlite3/test/regression.py
0741a60ca7b332b755d8a6b3328da414f963f7b4 14-Jan-2007 Gerhard Häring <gh@ghaering.de> Merged changes from standalone version 2.3.3. This should probably all be
merged into the 2.5 maintenance branch:

- self->statement was not checked while fetching data, which could
lead to crashes if you used the pysqlite API in unusual ways.
Closing the cursor and continuing to fetch data was enough.

- Converters are stored in a converters dictionary. The converter name
is uppercased first. The old upper-casing algorithm was wrong and
was replaced by a simple call to the Python string's upper() method
instead.

-Applied patch by Glyph Lefkowitz that fixes the problem with
subsequent SQLITE_SCHEMA errors.

- Improvement to the row type: rows can now be iterated over and have a keys()
method. This improves compatibility with both tuple and dict a lot.

- A bugfix for the subsecond resolution in timestamps.

- Corrected the way the flags PARSE_DECLTYPES and PARSE_COLNAMES are
checked for. Now they work as documented.

- gcc on Linux sucks. It exports all symbols by default in shared
libraries, so if symbols are not unique it can lead to problems with
symbol lookup. pysqlite used to crash under Apache when mod_cache
was enabled because both modules had the symbol cache_init. I fixed
this by applying the prefix pysqlite_ almost everywhere. Sigh.
/external/python/cpython2/Lib/sqlite3/test/regression.py
1541ef08afda1da09ec99cfb5305fdc0af04ef40 14-Jun-2006 Gerhard Häring <gh@ghaering.de> Merged changes from external pysqlite 2.3.0 release. Documentation updates will
follow in a few hours at the latest. Then we should be ready for beta1.
/external/python/cpython2/Lib/sqlite3/test/regression.py
3e99c0ad649de0393d9a8af17f34d9d1f55f4ab2 23-Apr-2006 Gerhard Häring <gh@ghaering.de> Updated the sqlite3 module to the external pysqlite 2.2.2 version.
/external/python/cpython2/Lib/sqlite3/test/regression.py
72289a616c90949f7a2d3b2af12cd1044e64717d 04-Apr-2006 Anthony Baxter <anthonybaxter@gmail.com> Update to pysqlite 2.2.0
/external/python/cpython2/Lib/sqlite3/test/regression.py