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
Currently if you are building a query for a model it builds the query, whatever fields, attempts to find an index (which it may or may not do) and runs the query. It does not complain if you are trying to query on a field that does not exist for for an index that does not exist.
This can make random bugs very hard to debug if you mistype a column name, for instance.
The text was updated successfully, but these errors were encountered:
Currently if you are building a query for a model it builds the query, whatever fields, attempts to find an index (which it may or may not do) and runs the query. It does not complain if you are trying to query on a field that does not exist for for an index that does not exist.
This can make random bugs very hard to debug if you mistype a column name, for instance.
The text was updated successfully, but these errors were encountered: