thecodingmachine/tdbm

Index not pass when making a query to database

RemyCo opened this issue · 1 comments

Description:

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:

image

Database Logs:

image

This was added recently in magic query: thecodingmachine/magic-query#66

This should be integrated soon into tdbm, if not already