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
Adds an option to directly execute the query when QueryContext is called. Without this
option, the query execution is delayed until the first call to Rows.Next. This again
also delays any query errors until the first call to Rows.Next, which can be confusing
in some cases.
0 commit comments