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
cqlc currently has no support for UDTs, mainly because this has only been a recent addition to the underlying gocql library. So implementing this was left until somebody came along and required it for an app. So I guess we should start thinking about supporting this. Not quite sure about the ETA, but submitting a patch might speed this up.
steps to reproduce:
cqlc run results in: expected type, found ')' (and 5 more errors)
The text was updated successfully, but these errors were encountered: