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-26 14:23:18 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1ec2fcd16e3c28e1532829d9a4f2cf29f8ebf559
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
…
hooks.py
…
py25tests.py
…
regression.py
…
transactions.py
…
types.py
Implemented feature request 2157: Converter names are cut off at '('
2008-05-04 13:42:44 +00:00
userfunctions.py
…