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
If you use fully qualified table names for tabledata in your Permissions property, LC0068 will give you a false positive: '...info LC0068: The current object is missing permission "x" for tabledata "y"'
It works perfectly if you use the "using" keyword for the namespace instead of using the fully qualified object name.
Expected:
As fully qualified object names are valid, I would expect LC0068 to also handle it correctly :-).
The text was updated successfully, but these errors were encountered:
Hi
Thank you for your great work on LinterCop.
If you use fully qualified table names for tabledata in your Permissions property, LC0068 will give you a false positive: '...info LC0068: The current object is missing permission "x" for tabledata "y"'
It works perfectly if you use the "using" keyword for the namespace instead of using the fully qualified object name.
Expected:
As fully qualified object names are valid, I would expect LC0068 to also handle it correctly :-).
The text was updated successfully, but these errors were encountered: