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
renderQueryUpdate expects SqlQuery a to render. update (and family) doesn't work directly with SqlQuery a, they accept a function that returns it.
So, if I have a buggy update _ query, how do I render it?
The text was updated successfully, but these errors were encountered:
renderQueryUpdate
expectsSqlQuery a
to render.update
(and family) doesn't work directly withSqlQuery a
, they accept a function that returns it.So, if I have a buggy
update _
query, how do I render it?The text was updated successfully, but these errors were encountered: