sql: check access rights of table in VIEW
When access is performed using VIEW, access rights should be checked against table[s] which it is referencing, not against VIEW itself. Added a test case to verify this behaviour. Closes #4104
test/sql/gh-4104-view-access-check.result
0 → 100644
test/sql/gh-4104-view-access-check.test.lua
0 → 100644
Please register or sign in to comment