This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ccfb91c89f9d7515356f31fff4af4c5cbd5eef7a
cpython
/
Modules
/
_sqlite
History
R. David Murray
d35251dc19
#8845
: expose sqlite3 inTransaction as RO in_transaction Connection attribute.
...
Patch by R. David Murray, unit tests by Shashwat Anand.
2010-06-01 01:32:12 +00:00
..
cache.c
…
cache.h
…
connection.c
#8845
: expose sqlite3 inTransaction as RO in_transaction Connection attribute.
2010-06-01 01:32:12 +00:00
connection.h
…
cursor.c
Issue
#6697
: Check that _PyUnicode_AsString() result is not NULL in _sqlite
2010-05-19 01:27:23 +00:00
cursor.h
…
microprotocols.c
…
microprotocols.h
…
module.c
Recorded merge of revisions 81029 via svnmerge from
2010-05-09 15:52:27 +00:00
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
Issue
#6697
: Check that _PyUnicode_AsString() result is not NULL in _sqlite
2010-05-19 01:27:23 +00:00
row.h
…
sqlitecompat.h
…
statement.c
Issue
#6697
: Check that _PyUnicode_AsString() result is not NULL in _sqlite
2010-05-19 01:27:23 +00:00
statement.h
…
util.c
…
util.h
…