datasette/datasette/utils
Simon Willison cbe9594a3d Use SQLiteTableType directly in SQL analysis
Remove the redundant SQLTableKind alias from the write SQL analysis model. Operation.table_kind and the analyzer cache now use the SQLite metadata classification type directly, making the source of table-kind values clearer.
2026-05-28 11:00:04 -07:00
..
__init__.py datasette.fixtures module, closes #2733 2026-05-21 23:05:37 -07:00
actions_sql.py Add query management API and create UI 2026-05-24 22:52:06 -07:00
asgi.py Add request.form() for multipart form data and file uploads 2026-01-28 18:41:03 -08:00
baseconv.py Rename to_decimal/from_decimal to decode/encode, refs #1734 2022-05-02 12:44:09 -07:00
check_callable.py Fix for asyncio.iscoroutinefunction deprecation warnings 2025-10-08 20:32:16 -07:00
internal_db.py Query is_trusted and is_private properties 2026-05-26 11:59:49 -07:00
multipart.py Add request.form() for multipart form data and file uploads 2026-01-28 18:41:03 -08:00
permissions.py Black formatting 2026-02-17 13:30:24 -08:00
shutil_backport.py Upgrade to latest Black, closes #2239 2024-01-30 19:55:26 -08:00
sql_analysis.py Use SQLiteTableType directly in SQL analysis 2026-05-28 11:00:04 -07:00
sqlite.py Fix tests I just broke 2026-05-28 09:03:10 -07:00
testing.py Replace token-based CSRF with Sec-Fetch-Site header protection (#2689) 2026-04-14 17:11:36 -07:00