mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
New way of deriving named parameters using explain, refs #1421
This commit is contained in:
parent
ad90a72afa
commit
fc4846850f
4 changed files with 31 additions and 2 deletions
|
|
@ -159,7 +159,6 @@ class BaseView:
|
|||
|
||||
class DataView(BaseView):
|
||||
name = ""
|
||||
re_named_parameter = re.compile(":([a-zA-Z0-9_]+)")
|
||||
|
||||
async def options(self, request, *args, **kwargs):
|
||||
r = Response.text("ok")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue