mirror of
https://github.com/simonw/datasette.git
synced 2026-07-09 17:14:35 +02:00
Table JSON responses previously only included the next pagination token by default - the ready-to-follow next_url required ?_extra=next_url. Both keys are now always present (null on the final page), which the pagination documentation already claimed. The next_url extra remains valid for backwards compatibility. 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 | ||