This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-27 05:05:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
test
/
test_sqlite3
History
Erlend Egeberg Aasland
94eeac03dc
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042)
2022-06-21 12:30:29 +01:00
..
__init__.py
gh-84623: Remove unused imports in tests (
#93772
)
2022-06-13 16:56:03 +02:00
__main__.py
…
test_backup.py
…
test_dbapi.py
gh-79579: Improve DML query detection in sqlite3 (
#93623
)
2022-06-14 13:56:36 +02:00
test_dump.py
gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (
#9621
)
2022-06-20 00:59:24 +02:00
test_factory.py
gh-92547: Remove deprecated sqlite3 features (
#92548
)
2022-05-16 19:52:08 +02:00
test_hooks.py
gh-89301: Fix regression with bound values in traced SQLite statements (
#92053
)
2022-05-02 08:14:35 -06:00
test_regression.py
Clean up the sqlite3 tests (GH-93056)
2022-05-21 19:06:12 +03:00
test_transactions.py
gh-94028: Clear and reset sqlite3 statements properly in cursor iternext (GH-94042)
2022-06-21 12:30:29 +01:00
test_types.py
gh-89022: Improve sqlite3 exceptions related to binding params and API misuse (
#91572
)
2022-05-04 07:16:01 -06:00
test_userfunctions.py
…