mirror of
https://github.com/simonw/datasette.git
synced 2026-07-09 09:04:42 +02:00
Unknown ?_extra= names (including internal HTML-only extras such as display_rows) were silently ignored, so a typo returned the default payload with no signal. Table, row and query data formats now return 400 "Unknown _extra: <names>". HTML pages continue to ignore unknown names. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GrHZSypDfMnym1tM5XJAFZ |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| database.py | ||
| execute_write.py | ||
| index.py | ||
| query_helpers.py | ||
| row.py | ||
| special.py | ||
| stored_queries.py | ||
| table.py | ||
| table_create_alter.py | ||
| table_extras.py | ||