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
I believe in all cases, in order to execute a query, you need to .execute() it. Otherwise it doesn't know when you're done chaining things like WHERE conditions, etc.
i can only delete a row when i use execute() method after delete(), but in guide/query-builder.html#delete
don't mention that.
it is normal or am i forgotten something?
sorry for my bad english
The text was updated successfully, but these errors were encountered: