datasette/datasette/utils
Simon Willison 10f9ba1a00 Take advantage of execute_write_fn(transaction=True)
A bunch of places no longer need to do manual transaction handling
thanks to this change. Refs #2277
2024-02-17 20:51:19 -08:00
..
__init__.py Use MD5 usedforsecurity=False on Python 3.9 and higher to pass FIPS 2024-02-13 18:23:54 -08:00
asgi.py
baseconv.py
check_callable.py
internal_db.py Take advantage of execute_write_fn(transaction=True) 2024-02-17 20:51:19 -08:00
shutil_backport.py
sqlite.py
testing.py