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
On the Log Query page, when adding a query condition for a column that contains a name with mixed case (i.e., a combination of uppercase and lowercase letters), it is necessary to enclose the column name in double quotes. Without the double quotes, the query may fail or produce incorrect results.
Temporary Fix:
I have made a simple fix for this issue, which you can find in the following commit: