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
7344285c1919e5ade8016a83a3ee02fd637a030d
cpython
/
Modules
/
_sqlite
History
Serhiy Storchaka
22805ca54e
Issue
#27897
: Fixed possible crash in sqlite3.Connection.create_collation()
...
if pass invalid string-like object as a name. Patch by Xiang Zhang.
2016-09-27 00:14:24 +03:00
..
cache.c
…
cache.h
…
connection.c
Issue
#27897
: Fixed possible crash in sqlite3.Connection.create_collation()
2016-09-27 00:14:24 +03:00
connection.h
Issue
#28037
: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually
2016-09-12 07:16:43 +03:00
cursor.c
Issue
#28037
: Use sqlite3_get_autocommit() instead of setting Connection->inTransaction manually
2016-09-12 07:16:43 +03:00
cursor.h
…
microprotocols.c
…
microprotocols.h
…
module.c
…
module.h
…
prepare_protocol.c
…
prepare_protocol.h
…
row.c
…
row.h
…
statement.c
…
statement.h
…
util.c
…
util.h
…