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
fix: cursor() and execStream() silently dropped filterIn() and vector text queries
These methods used toDescriptor() which doesn't resolve deferred subqueries.
Now throws a clear error directing users to stream() or collect() instead.
0 commit comments