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
v3.2a2
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
Merged new pysqlite version 2.6.0 from trunk.
2010-03-05 15:20:03 +00:00
types.py
…
userfunctions.py
…