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
forUpdate doesn't work correct with fluent interface when after it we're calling fetch or fetchSingle. FOR UPDATE is added before limit and we get Sql exception
Version: 4.2.0
Bug Description
forUpdate doesn't work correct with fluent interface when after it we're calling fetch or fetchSingle. FOR UPDATE is added before limit and we get Sql exception
Steps To Reproduce
however this works:
The text was updated successfully, but these errors were encountered: