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
This is a feature request to use CAS functions without having to supply dests. In a lot of use cases, I just want to check the [applied] field and error, so something like Query.ExecCAS() (bool, error) would work nicely. I can pass in a slice of nils, but I'm not seeing a way to get the number of columns returned without being able to access Iter.
The text was updated successfully, but these errors were encountered:
This is a feature request to use CAS functions without having to supply dests. In a lot of use cases, I just want to check the
[applied]
field and error, so something likeQuery.ExecCAS() (bool, error)
would work nicely. I can pass in a slice of nils, but I'm not seeing a way to get the number of columns returned without being able to access Iter.The text was updated successfully, but these errors were encountered: