added back relation filter reference support

This commit is contained in:
Gani Georgiev
2024-02-19 16:55:34 +02:00
parent 4743c1ce72
commit 4937acb3e2
18 changed files with 660 additions and 169 deletions

View File

@@ -298,6 +298,15 @@ func TestSchemaFieldValidate(t *testing.T) {
},
[]string{"name"},
},
{
"name with _via_",
schema.SchemaField{
Type: schema.FieldTypeText,
Id: "1234567890",
Name: "a_via_b",
},
[]string{"name"},
},
{
"reserved name (null)",
schema.SchemaField{