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
*
add missing gc_collect() calls in sqlite3 tests (#127446)
CF Bolz-Tereick
2024-12-02
1
-0/+2
*
gh-91818: Use default program name in the CLI of many modules (GH-124867)
Serhiy Storchaka
2024-10-09
1
-1/+3
*
gh-123849: Fix test_sqlite3.test_table_dump when foreign keys are enabled by ...
Mariusz Felisiak
2024-10-08
1
-1/+2
*
gh-95144: Improve error message of `... in None` (GH-119888)
Zachary Ware
2024-07-12
1
-1/+1
*
gh-118928: sqlite3: disallow sequences of params with named placeholders (#11...
Erlend E. Aasland
2024-05-14
1
-2/+1
*
gh-118924: Remove `sqlite3.version` and `sqlite3.version_info` (#118925)
Hugo van Kemenade
2024-05-10
1
-11/+0
*
gh-118406: Add signature for sqlite3.Connection objects (#118428)
Erlend E. Aasland
2024-04-30
1
-0/+5
*
gh-118221: Always use the default row factory in sqlite3.iterdump() (#118223)
Erlend E. Aasland
2024-04-25
1
-0/+15
*
gh-117995: Don't raise DeprecationWarnings for indexed nameless params (#118001)
Erlend E. Aasland
2024-04-22
1
-0/+14
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
1
-7/+11
*
gh-91602: Add iterdump() support for filtering database objects (#114501)
Mariusz Felisiak
2024-02-06
1
-0/+70
*
gh-114099: Add test exclusions to support running the test suite on iOS (#114...
Russell Keith-Magee
2024-02-05
1
-3/+3
*
gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)
Mariusz Felisiak
2024-01-12
1
-3/+11
*
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood
2023-09-24
3
-3/+1
*
gh-108590: Revert gh-108657 (commit 400a1cebc) (#108686)
Erlend E. Aasland
2023-08-30
1
-15/+0
*
gh-108590: Fix sqlite3.iterdump for invalid Unicode in TEXT columns (#108657)
Corvin
2023-08-30
1
-0/+15
*
gh-108278: Deprecate passing the first param of sqlite3.Connection callback A...
Erlend E. Aasland
2023-08-29
2
-0/+57
*
gh-108617: Extend interactive session tests for sqlite3 (GH-108556)
Serhiy Storchaka
2023-08-29
1
-6/+32
*
gh-108558: Improve sqlite3 row factory tests (#108578)
Edward Schauman-Haigh
2023-08-29
1
-14/+14
*
gh-108278: Deprecate passing the three first params as keyword args for sqlit...
Erlend E. Aasland
2023-08-28
1
-0/+23
*
gh-108550: Speed up sqlite3 tests (#108551)
Erlend E. Aasland
2023-08-28
3
-98/+68
*
gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340)
Erlend E. Aasland
2023-08-27
1
-0/+20
*
gh-105539: Fix ResourceWarning from unclosed SQLite connections in test_sqlit...
Mariusz Felisiak
2023-08-23
2
-4/+4
*
gh-105539: Emit ResourceWarning if sqlite3 database is not closed explicitly ...
Erlend E. Aasland
2023-08-22
1
-0/+6
*
gh-105539: Explict resource management for connection objects in sqlite3 test...
Erlend E. Aasland
2023-08-17
9
-387/+373
*
gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107...
Erlend E. Aasland
2023-08-15
2
-1/+23
*
gh-105875: Require SQLite 3.15.2 or newer (#105876)
Erlend E. Aasland
2023-06-18
5
-78/+38
*
gh-105557: Remove duplicate sqlite3 test method (#105558)
Erlend E. Aasland
2023-06-09
1
-7/+2
*
gh-100370: fix OverflowError in sqlite3.Connection.blobopen for 32-bit builds...
Erlend E. Aasland
2023-05-07
1
-0/+8
*
GH-103857: Deprecate utcnow and utcfromtimestamp (#103858)
Paul Ganssle
2023-04-27
1
-1/+1
*
gh-103489: Add get/set config methods to sqlite3.Connection (#103506)
Erlend E. Aasland
2023-04-26
1
-0/+24
*
GH-103805: Lib test f541 linting issue fix (#103812)
Rodolfo M. Pereira
2023-04-24
2
-4/+4
*
gh-101947: Remove size check from sqlite3 serialize test (#102914)
Erlend E. Aasland
2023-03-22
1
-1/+0
*
gh-101693: In sqlite3, deprecate using named placeholders with parameters sup...
Erlend E. Aasland
2023-02-15
1
-0/+15
*
gh-100553: Improve accuracy of sqlite3.Row iter test (#100555)
Nikita Sobolev
2022-12-28
1
-2/+8
*
gh-99659: Use correct exceptions in sqlite3 bigmem tests (#99660)
Ćukasz Langa
2022-11-21
1
-4/+4
*
gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...
Erlend E. Aasland
2022-11-12
1
-0/+173
*
gh-77617: Add sqlite3 command-line interface (#95026)
Erlend Egeberg Aasland
2022-08-01
1
-0/+155
*
gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#...
Erlend Egeberg Aasland
2022-07-23
1
-0/+20
*
gh-90016: Deprecate default sqlite3 adapters and converters (#94276)
Erlend Egeberg Aasland
2022-07-20
2
-11/+26
*
gh-94998: Remove redundant condition in test_sqlite3/__main__.py (#95052)
Erlend Egeberg Aasland
2022-07-20
1
-2/+1
*
gh-93370: Don't print deprecated pysqlite version in test_sqlite3 (#95017)
Erlend Egeberg Aasland
2022-07-19
1
-3/+1
*
gh-84461: Fix test_sqlite for Emscripten/WASI (#94125)
Christian Heimes
2022-06-23
1
-1/+8
*
gh-84623: Remove unused imports (#94132)
Victor Stinner
2022-06-22
1
-1/+1
*
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-...
Erlend Egeberg Aasland
2022-06-21
1
-0/+39
*
gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (#...
itssme
2022-06-19
1
-0/+47
*
gh-93795: Use test.support TESTFN/unlink in sqlite3 tests (#93796)
Erlend Egeberg Aasland
2022-06-14
1
-17/+15
*
gh-79579: Improve DML query detection in sqlite3 (#93623)
Erlend Egeberg Aasland
2022-06-14
1
-10/+56
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-1/+0
*
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (#93526)
Erlend Egeberg Aasland
2022-06-08
1
-0/+8
[next]