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-18 02:15:28 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7f7ca35f5bf22b698135de62d2179a13f5c94c7f
cpython
/
Modules
/
_sqlite
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
..
cache.c
Renamed PyString to PyBytes
2008-05-26 12:51:38 +00:00
cache.h
…
connection.c
Renamed PyString to PyBytes
2008-05-26 12:51:38 +00:00
connection.h
Renamed PyString to PyBytes
2008-05-26 12:51:38 +00:00
cursor.c
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
cursor.h
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
microprotocols.c
…
microprotocols.h
…
module.c
Renamed PyString to PyBytes
2008-05-26 12:51:38 +00:00
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
Renamed PyString to PyBytes
2008-05-26 12:51:38 +00:00
row.h
…
sqlitecompat.h
…
statement.c
Renamed PyString to PyBytes
2008-05-26 12:51:38 +00:00
statement.h
…
util.c
…
util.h
…