Serhiy Storchaka
|
af0628e045
|
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_level.
Based on patch by Xiang Zhang.
|
2016-09-01 22:21:05 +03:00 |
|
Serhiy Storchaka
|
8631da64bb
|
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
creates not a cursor. Patch by Xiang Zhang.
|
2016-08-29 15:11:52 +03:00 |
|
Serhiy Storchaka
|
ef113cd4cc
|
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
creates not a cursor. Patch by Xiang Zhang.
|
2016-08-29 14:29:55 +03:00 |
|
Berker Peksag
|
6ed442c48d
|
Issue #10513: Merge from 3.5
|
2016-08-26 22:08:51 +03:00 |
|
Berker Peksag
|
cc9afa9b51
|
Issue #10513: Fix a regression in Connection.commit()
Statements should not be reset after a commit.
Backported from 029050896b
|
2016-08-26 22:07:51 +03:00 |
|
Berker Peksag
|
0f355c0022
|
Issue #27190: Merge from 3.5
|
2016-06-12 14:10:24 +03:00 |
|
Berker Peksag
|
7bea2347c7
|
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
Patch by Dave Sawyer.
|
2016-06-12 14:09:51 +03:00 |
|
Serhiy Storchaka
|
f01e408c16
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
in places where Py_DECREF was used.
|
2016-04-10 18:12:01 +03:00 |
|
Serhiy Storchaka
|
57a01d3a0e
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
in places where Py_DECREF was used.
|
2016-04-10 18:05:40 +03:00 |
|
Berker Peksag
|
fe21de9836
|
Issue #26687: Use Py_RETURN_NONE macro in sqlite3 module
|
2016-04-09 07:34:39 +03:00 |
|
Serhiy Storchaka
|
ec39756960
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
|
2016-04-06 09:50:03 +03:00 |
|
Serhiy Storchaka
|
48842714b9
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
|
2016-04-06 09:45:48 +03:00 |
|
Serhiy Storchaka
|
2d06e84455
|
Issue #25923: Added the const qualifier to static constant arrays.
|
2015-12-25 19:53:18 +02:00 |
|
Serhiy Storchaka
|
5a57ade58e
|
Issue #20440: Massive replacing unsafe attribute setting code with special
macro Py_SETREF.
|
2015-12-24 10:35:59 +02:00 |
|
Larry Hastings
|
3b12e957a7
|
Issue #20274: When calling a _sqlite.Connection, it now complains if passed
any keyword arguments. Previously it silently ignored them.
Also: merge related change from 3.4, also reported on Issue #20274.
|
2015-05-08 07:45:10 -07:00 |
|
Larry Hastings
|
01b0883602
|
Issue #20274: Remove ignored and erroneous "kwargs" parameters from three
METH_VARARGS methods on _sqlite.Connection.
|
2015-05-08 07:37:49 -07:00 |
|
Serhiy Storchaka
|
4fdb68491e
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
and PyObject_AsWriteBuffer().
|
2015-02-03 01:21:08 +02:00 |
|
Serhiy Storchaka
|
42d67af87f
|
Issue #21147: sqlite3 now raises an exception if the request contains a null
character instead of truncate it. Based on patch by Victor Stinner.
|
2014-09-11 13:29:05 +03:00 |
|
Victor Stinner
|
08263f10f8
|
(Merge 3.3) Issue #20026: Fix the sqlite module to handle correctly invalid
isolation level (wrong type).
|
2013-12-19 16:39:00 +01:00 |
|
Victor Stinner
|
cb1f74ec40
|
Issue #20026: Fix the sqlite module to handle correctly invalid isolation level
(wrong type).
|
2013-12-19 16:38:03 +01:00 |
|
Victor Stinner
|
83ed42bfbf
|
sqlite: raise an OverflowError if the result is longer than INT_MAX bytes
Fix a compiler warning on Windows 64-bit
|
2013-11-18 01:24:31 +01:00 |
|
Martin v. Löwis
|
e75fc14813
|
Issue #19514: Deduplicate some _Py_IDENTIFIER declarations.
Patch by Andrei Dorian Duma.
|
2013-11-07 18:46:53 +01:00 |
|
Victor Stinner
|
b3e1ef1ce0
|
Issue #19437: Fix pysqlite_connection_call() of sqlite3, return NULL when
PyList_Append() fails
|
2013-11-05 14:46:13 +01:00 |
|
Victor Stinner
|
340f712b84
|
(Merge 3.3) Fix compilation of the _sqlite module if threads are disabled
|
2013-08-28 01:45:39 +02:00 |
|
Victor Stinner
|
b84fc0fd9f
|
Fix compilation of the _sqlite module if threads are disabled
|
2013-08-28 01:44:42 +02:00 |
|