You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
We have tested a case when DB raised the permission error and it was unable to handle
ProgrammingError: permission denied for table <table_name>
File "py27env/lib/python2.7/site-packages/bridgeql/django/bridge.py", line 50, in read_django_model
qset = mb.queryset() # get the result based on the given parameters
File "py27env/lib/python2.7/site-packages/bridgeql/django/models.py", line 328, in queryset
return list(self.qset)
The text was updated successfully, but these errors were encountered:
https://github.com/vmware/bridgeql/blob/cb3055ac88f352d2531d1e0cd4036e96a4e0d805/bridgeql/django/bridge.py#L50
We have tested a case when DB raised the permission error and it was unable to handle
ProgrammingError: permission denied for table <table_name>
The text was updated successfully, but these errors were encountered: