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
Because otherwise you get errors if you don't have permission to access all columns (e.g. the password column on auth_user) - see #98 (comment)
password
auth_user
The text was updated successfully, but these errors were encountered:
Those queries are generated in the template here:
django-sql-dashboard/django_sql_dashboard/templates/django_sql_dashboard/dashboard.html
Line 103 in eefa5fb
Wrapped version:
<li style="break-inside: avoid;"><a href="?sql={% filter sign_sql|urlencode %}select count(*) from {{ table.name }}{% endfilter %}&sql={% filter sign_sql|urlencode %}select * from {{ table.name }}{% endfilter %}">{{ table.name }}</a>
Sorry, something went wrong.
f2c163b
Release 0.14
c13ab2a
Refs #30, #93, #94, #95, #96, #97, #98, #100, #101, #102, #103, #104, #105, #106, #107, #108, #109
No branches or pull requests
Because otherwise you get errors if you don't have permission to access all columns (e.g. the
password
column onauth_user
) - see #98 (comment)The text was updated successfully, but these errors were encountered: