I have a simple query like "select x, y, x from some_table where column in ?"
It works when I use cass_statement_bind_collection using index of the bind column.
But it gives error "No value or column for name" when bind _by_name is used with column name.
Only place with any kind of information is the source feature : https://issues.apache.org/jira/browse/CASSANDRA-4210