Rename 't' to 'r' in '_r' actor format, refs #1855

This commit is contained in:
Simon Willison 2022-12-12 19:27:34 -08:00
commit 3e6a208ba3
2 changed files with 4 additions and 4 deletions

View file

@ -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",