cpython/Lib/sqlite3/test
Serhiy Storchaka fc662ac332
bpo-32788: Better error handling in sqlite3. (GH-3723)
Propagate unexpected errors (like MemoryError and KeyboardInterrupt) to user.
2018-12-10 16:06:08 +02:00
..
__init__.py
backup.py
dbapi.py Spelling fixes to docs, docstrings, and comments (GH-6374) 2018-04-20 16:08:45 -04:00
dump.py
factory.py
hooks.py
regression.py bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113) 2018-12-05 19:50:26 +02:00
transactions.py
types.py bpo-32788: Better error handling in sqlite3. (GH-3723) 2018-12-10 16:06:08 +02:00
userfunctions.py bpo-34041: Allow creating deterministic functions in Connection.create_function() (GH-8086) 2018-07-08 10:09:20 +03:00