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
Is there anyway to set the timeout of an insert, update, or select statement other than running the query with ... TIMEOUT 30000 EXCEPTION on the end? It seems like there should be a way to pass a timeout into the API without having to build every query by hand.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Is there anyway to set the timeout of an insert, update, or select statement other than running the query with ... TIMEOUT 30000 EXCEPTION on the end? It seems like there should be a way to pass a timeout into the API without having to build every query by hand.
Thank you in advance.
The text was updated successfully, but these errors were encountered: