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
When making a query to the database using the findFromSql() method, when we pass an index with USE INDEX (name_index) the index is not put in the query on the database.
Screenshots:
Code:
Database Logs:
The text was updated successfully, but these errors were encountered:
Description:
When making a query to the database using the
findFromSql()
method, when we pass an index withUSE INDEX (name_index)
the index is not put in the query on the database.Screenshots:
Code:
Database Logs:
The text was updated successfully, but these errors were encountered: