-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
At the moment the fostgres.sql view does two things:
- It pattern matches the URL
- It executes SQL with numbered parameters (
$1etc.) based on the matched pattern
We should be able to split these.
If we move the match code to fost-web and add the numbered matches as headers in the form __1 etc. then they can be found by a view that only handles the SQL part of the execution and looks for its numbered matches in the headers.
We should disallow nesting of the match view for now. In any case the match will fully consume the path so there won't be anything left.
Metadata
Metadata
Assignees
Labels
No labels