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
The built-in metadata APIs only tell you that it is a partial index, not what the filter is. We may have to parse the CREATE INDEX statement, but we should be able to extract the WHERE clause and put it in the HasFilter call.
The text was updated successfully, but these errors were encountered:
divega
added
good first issue
This issue should be relatively straightforward to fix.
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
and removed
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
good first issue
This issue should be relatively straightforward to fix.
labels
May 31, 2019
ajcvickers
added
good first issue
This issue should be relatively straightforward to fix.
and removed
help wanted
This issue involves technologies where we are not experts. Expert help would be appreciated.
labels
Aug 5, 2019
The built-in metadata APIs only tell you that it is a partial index, not what the filter is. We may have to parse the
CREATE INDEX
statement, but we should be able to extract theWHERE
clause and put it in theHasFilter
call.The text was updated successfully, but these errors were encountered: