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
3387f4887fee9968ef9c709f9d8befdeb4e1e56c
cpython
/
Lib
/
sqlite3
/
test
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
..
__init__.py
…
dbapi.py
#8845
: expose sqlite3 inTransaction as RO in_transaction Connection attribute.
2010-06-01 01:32:12 +00:00
dump.py
…
factory.py
…
hooks.py
…
regression.py
Issue
#8195
: Fix a crash in sqlite Connection.create_collation() if the
2010-04-22 11:23:23 +00:00
transactions.py
…
types.py
…
userfunctions.py
…