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
SqlQueryHelper.build_filter_str is called outside of this method only once, without table_alias. Check if table_alias: is always false and the code for this case is not reachable. The variable table_alias should be either used or deleted.