-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Document how to grant access to individual columns #98
Comments
Good news though: the technique we use to find the columns available for a table appears to take column permissions into account: That's this code here: django-sql-dashboard/django_sql_dashboard/views.py Lines 139 to 165 in eefa5fb
So rather than generate |
This is a useful pattern for allowing joins against the users table without exposing password hashes.
The text was updated successfully, but these errors were encountered: