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
/
test
/
test_sqlite3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-45126: Harden `sqlite3` connection initialisation (GH-28227)
Erlend Egeberg Aasland
2021-11-16
1
-0/+38
*
bpo-45512: Raise exception if sqlite3.Connection.__init__ is called with bad ...
Erlend Egeberg Aasland
2021-11-15
1
-2/+16
*
bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)
Erlend Egeberg Aasland
2021-11-10
2
-7/+7
*
bpo-45243: Use connection limits to simplify `sqlite3` tests (GH-29356)
Erlend Egeberg Aasland
2021-11-05
3
-21/+54
*
bpo-45613: Set `sqlite3.threadsafety` dynamically (GH-29227)
Erlend Egeberg Aasland
2021-11-03
1
-2/+3
*
bpo-24139: Fix test_sqlite3 `test_extended_error_code_on_exception()` on s390...
Erlend Egeberg Aasland
2021-11-03
1
-1/+1
*
bpo-24139: Add support for SQLite extended result codes (GH-28076)
Erlend Egeberg Aasland
2021-11-02
1
-2/+127
*
bpo-45243: Add support for setting/getting `sqlite3` connection limits (GH-28...
Erlend Egeberg Aasland
2021-11-01
1
-0/+38
*
bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)
Erlend Egeberg Aasland
2021-10-29
11
-0/+3918
[prev]