This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-20 03:14:26 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
305480c9dcec736cba91db62062f75b5ceff9b60
cpython
/
Lib
/
sqlite3
/
test
T
History
Gerhard Häring
7f7ca35f5b
Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-API 2.0 compliance.
2008-05-31 21:33:27 +00:00
..
__init__.py
…
dbapi.py
Fixed rowcount for SELECT statements. They're -1 now (again), for better DB-API 2.0 compliance.
2008-05-31 21:33:27 +00:00
dump.py
…
factory.py
Applied sqliterow-richcmp.diff patch from Thomas Heller in Issue2152. The
2008-05-04 13:15:12 +00:00
hooks.py
…
py25tests.py
…
regression.py
…
transactions.py
Prevent test_sqlite from hanging on older versions of sqlite.
2008-04-05 04:26:31 +00:00
types.py
Implemented feature request 2157: Converter names are cut off at '('
2008-05-04 13:42:44 +00:00
userfunctions.py
…