mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Redesigned register_output_renderer plugin hook, closes #581
This commit is contained in:
parent
446e5de65d
commit
52c4387c7d
8 changed files with 202 additions and 20 deletions
|
|
@ -188,6 +188,7 @@ class QueryView(DataView):
|
|||
return (
|
||||
{
|
||||
"database": database,
|
||||
"query_name": canned_query,
|
||||
"rows": results.rows,
|
||||
"truncated": results.truncated,
|
||||
"columns": columns,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue