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
Right now, both the Store() and Add() methods accept a cqlc.TableBinding as an argument. If you pass a TableBinding instance for a counter table to the Store() method, there is no compile time check. Instead, you get the following run time error from Cassandra:
INSERT statement are not allowed on counter tables, use UPDATE instead
The text was updated successfully, but these errors were encountered:
Right now, both the
Store()
andAdd()
methods accept acqlc.TableBinding
as an argument. If you pass aTableBinding
instance for a counter table to theStore()
method, there is no compile time check. Instead, you get the following run time error from Cassandra:The text was updated successfully, but these errors were encountered: