-
-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async support for magic parameters #2441
Comments
Relevant code: datasette/datasette/views/database.py Lines 794 to 818 in b0b600b
datasette/datasette/views/database.py Line 394 in b0b600b
datasette/datasette/views/database.py Line 526 in b0b600b
Instead of dynamic dictionary lookups for everything I'll need to first extract the datasette/datasette/utils/__init__.py Lines 1141 to 1153 in b0b600b
Then resolve them prior to executing the query. |
I want to run a magic parameter thing that does something async.
The text was updated successfully, but these errors were encountered: