disallow limit/offset on views

This commit is contained in:
steve-chavez
2022-03-26 15:29:13 +01:00
committed by Steve Chavez
parent 73dc2692b1
commit f3f9030c48
8 changed files with 52 additions and 7 deletions
+2 -1
View File
@@ -29,6 +29,7 @@ spec =
[json| {
"tableName": "orders_view", "tableSchema": "test",
"tableDeletable": true, "tableUpdatable": true,
"tableInsertable": true, "tableDescription": null
"tableIsView":true, "tableInsertable": true,
"tableDescription": null
} |]
{ matchHeaders = [matchContentTypeJson] }