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
*
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
*
gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482)
Kalyan
2022-06-07
1
-0/+11
*
gh-93117: Remove too large sqlite3 bigmemtest (#93154)
Erlend Egeberg Aasland
2022-05-25
1
-8/+1
*
GH-93115: Fix version check in sqlite3 module constants test (#93116)
Florian Bruhin
2022-05-23
1
-18/+18
*
Clean up the sqlite3 tests (GH-93056)
Serhiy Storchaka
2022-05-21
2
-33/+23
*
Improve tests for opening Sqlite by URI (GH-93047)
Serhiy Storchaka
2022-05-21
1
-5/+42
*
gh-93044: No longer convert the database argument of sqlite3.connect() to byt...
Serhiy Storchaka
2022-05-21
1
-0/+13
*
gh-91922: Fix sqlite connection on nonstardard locales and paths (GH-92926)
Serhiy Storchaka
2022-05-20
1
-11/+17
*
gh-92547: Remove deprecated sqlite3 features (#92548)
Erlend Egeberg Aasland
2022-05-16
2
-21/+0
*
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse...
Erlend Egeberg Aasland
2022-05-04
2
-5/+5
*
gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)
Erlend Egeberg Aasland
2022-05-03
1
-0/+39
*
gh-89301: Fix regression with bound values in traced SQLite statements (#92053)
Erlend Egeberg Aasland
2022-05-02
1
-1/+61
*
gh-92019: Make sqlite3.Blob indexing conform with the norm (#92020)
Erlend Egeberg Aasland
2022-04-30
1
-22/+29
*
gh-69093: Add indexing and slicing support to sqlite3.Blob (#91599)
Erlend Egeberg Aasland
2022-04-22
1
-4/+134
[next]