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
My project use the query method that named removeByKey. I think that it will excute the sql just like "delete from tableName where key = ?", but it excute the select sql finally. hope fix this bug.
Create a empty project can reproduce it.
The text was updated successfully, but these errors were encountered:
My project use the query method that named removeByKey. I think that it will excute the sql just like "delete from tableName where key = ?", but it excute the select sql finally. hope fix this bug.
Create a empty project can reproduce it.
The text was updated successfully, but these errors were encountered: