index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
sqlite3
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45677: Reword first section of `sqlite3` docs (GH-29326) (GH-29567)
Miss Islington (bot)
2021-11-15
1
-4/+4
*
bpo-45612: Add sqlite3 module docstring (GH-29224) (GH-29289)
Miss Islington (bot)
2021-10-28
1
-0/+34
*
[3.9] Fix typos in the Lib directory (GH-28775) (GH-28803)
Christian Clauss
2021-10-07
1
-2/+2
*
[3.9] bpo-25130: Make SQLite tests more compatible with PyPy (GH-28021) (GH-2...
Serhiy Storchaka
2021-08-29
3
-3/+7
*
[3.9] bpo-27334: roll back transaction if sqlite3 context manager fails to co...
Erlend Egeberg Aasland
2021-08-25
1
-2/+76
*
[3.9] bpo-44822: Don't truncate `str`s with embedded NULL chars returned by `...
Erlend Egeberg Aasland
2021-08-06
1
-0/+28
*
[3.9] bpo-43853: Handle sqlite3_value_text() errors (GH-25422). (GH-27627)
Erlend Egeberg Aasland
2021-08-06
1
-5/+7
*
[3.9] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (...
Erlend Egeberg Aasland
2021-07-29
1
-1/+23
*
[3.9] sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032). (GH-26128)
Erlend Egeberg Aasland
2021-05-14
1
-1/+1
*
bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)
Miss Islington (bot)
2021-01-04
1
-0/+8
*
bpo-41815: SQLite: segfault if backup called on closed database (GH-22322)
Miss Islington (bot)
2020-09-21
1
-0/+7
*
bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998)
Miss Islington (bot)
2020-09-17
2
-1/+26
*
bpo-40784: Fix sqlite3 deterministic test (GH-20448)
Miss Islington (bot)
2020-05-29
1
-9/+27
*
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...
Serhiy Storchaka
2020-03-21
2
-4/+4
*
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. ...
Serhiy Storchaka
2019-09-17
1
-7/+18
*
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
Serhiy Storchaka
2019-09-16
1
-7/+21
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
gescheit
2019-07-13
1
-58/+13
*
bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
Victor Stinner
2019-06-26
2
-3/+3
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
1
-0/+4
*
bpo-32788: Better error handling in sqlite3. (GH-3723)
Serhiy Storchaka
2018-12-10
1
-3/+25
*
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH...
Sergey Fedoseev
2018-12-05
1
-19/+64
*
bpo-34041: Allow creating deterministic functions in Connection.create_functi...
Sergey Fedoseev
2018-07-08
1
-0/+23
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
1
-1/+1
*
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
Aviv Palivoda
2018-03-18
1
-3/+1
*
bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (GH-6067)
Berker Peksag
2018-03-11
1
-0/+2
*
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
Emanuele Gaifas
2018-03-10
1
-0/+162
*
Remove unused var from CheckCancelOperation test (GH-4317)
Simon Willison
2017-11-07
1
-2/+0
*
bpo-31843: sqlite3.connect() now accepts PathLike objects as database name (#...
Anders Lorentsen
2017-11-07
1
-0/+11
*
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor objec...
Oren Milman
2017-11-07
1
-0/+3
*
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__(...
Oren Milman
2017-11-07
1
-0/+18
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-5/+1
*
bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461)
Aviv Palivoda
2017-04-09
1
-0/+20
*
bpo-28518: Start a transaction implicitly before a DML statement (#245)
Berker Peksag
2017-02-26
1
-0/+9
*
Issue #29123: Merge from 3.5
Berker Peksag
2016-12-31
1
-2/+1
|
\
|
*
Issue #29123: Make CheckSqlTimestamp more robust
Berker Peksag
2016-12-31
1
-2/+1
*
|
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka
2016-09-26
1
-0/+22
|
\
\
|
|
/
|
*
Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation()
Serhiy Storchaka
2016-09-26
1
-0/+22
*
|
Issue #10740: sqlite3 no longer implicitly commit an open transaction before ...
Berker Peksag
2016-09-11
1
-8/+28
*
|
Issue #21250: Merge from 3.5
Berker Peksag
2016-09-06
1
-1/+100
|
\
\
|
|
/
|
*
Issue #21250: Add tests for SQLite's ON CONFLICT clause
Berker Peksag
2016-09-06
1
-1/+100
*
|
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...
Serhiy Storchaka
2016-09-01
1
-4/+27
|
\
\
|
|
/
|
*
Issue #27881: Fixed possible bugs when setting sqlite3.Connection.isolation_l...
Serhiy Storchaka
2016-09-01
1
-4/+27
*
|
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-3/+17
|
\
\
|
|
/
|
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-3/+17
*
|
Issue #10513: Merge from 3.5
Berker Peksag
2016-08-26
1
-0/+31
|
\
\
|
|
/
|
*
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag
2016-08-26
1
-0/+31
*
|
Issue #21718: Merge from 3.5
Berker Peksag
2016-08-21
1
-1/+41
|
\
\
|
|
/
|
*
Issue #21718: cursor.description is now available for queries using CTEs
Berker Peksag
2016-08-21
1
-1/+41
*
|
Issue #16864: Cursor.lastrowid now supports REPLACE statement
Berker Peksag
2016-06-14
1
-1/+42
|
/
*
Mark tests as skipped when a SQLite version is not supported
Berker Peksag
2016-06-14
4
-16/+9
[next]