mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Rename 't' to 'r' in '_r' actor format, refs #1855
This commit is contained in:
parent
c5d30b58a1
commit
3e6a208ba3
2 changed files with 4 additions and 4 deletions
|
|
@ -592,16 +592,16 @@ DEF = "USE_DEFAULT"
|
|||
DEF,
|
||||
),
|
||||
({"id": "t", "_r": {"d": {"one": ["es"]}}}, "execute-sql", "one", None, DEF),
|
||||
# Works at the "t" for table level:
|
||||
# Works at the "r" for table level:
|
||||
(
|
||||
{"id": "t", "_r": {"t": {"one": {"t1": ["vt"]}}}},
|
||||
{"id": "t", "_r": {"r": {"one": {"t1": ["vt"]}}}},
|
||||
"view-table",
|
||||
"one",
|
||||
"t1",
|
||||
DEF,
|
||||
),
|
||||
(
|
||||
{"id": "t", "_r": {"t": {"one": {"t1": ["vt"]}}}},
|
||||
{"id": "t", "_r": {"r": {"one": {"t1": ["vt"]}}}},
|
||||
"view-table",
|
||||
"one",
|
||||
"t2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue