We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the footer, I always see "Queries took 1.2 ms." Is this hardcoded on line 920 of the views/table.py file?
request.actor, "execute-sql", resolved.db.name ), query_ms=1.2, select_templates=[ f"{'*' if template_name == template.name else ''}{template_name}"
The text was updated successfully, but these errors were encountered:
The problem disappeared after reinstalling miniforge and datasette...
Sorry, something went wrong.
Ok, now I understand - this error occurs for me in version 1.0a16. In 0.65.1 it works correctly.
No branches or pull requests
In the footer, I always see "Queries took 1.2 ms." Is this hardcoded on line 920 of the views/table.py file?
The text was updated successfully, but these errors were encountered: