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
I believe some of the code comments is misleading. The SelectQueryContext operation is by partition key, however GetQueryContext is by the full primary key?
I believe some of the code comments is misleading. The SelectQueryContext operation is by partition key, however GetQueryContext is by the full primary key?
gocqlx/table/table.go
Line 100 in a112b4c
Observationally it seems to work as a primary key search, not a partitioning key search - so maybe worth clarifying in the documentation?
The text was updated successfully, but these errors were encountered: