Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cqlc not returning all rows #32

Open
bipin-nag opened this issue Apr 20, 2016 · 1 comment
Open

cqlc not returning all rows #32

bipin-nag opened this issue Apr 20, 2016 · 1 comment

Comments

@bipin-nag
Copy link

Please see issues at:

  1. http://stackoverflow.com/questions/28033756/gocql-select-doesnt-return-all-columns
  2. https://issues.apache.org/jira/browse/CASSANDRA-7910
  3. https://issues.apache.org/jira/browse/CASSANDRA-10786

cqlc is suffering from the same issue, I am not getting all rows from my query. cqlc must be using * or some query preparation which is causing this. Can we force cqlc to use column names in query.

Thanks

@0x6e6562
Copy link
Member

cqlc is performing query string compilation which it sends down to the underlying gocql layer, so in this sense cqlc is not doing anything query preparation of it's own - all of this is deferred to gocql.

So my first question would be whether cqlc is exhibiting a different behavior to using the gocql API in isolation? If so, do you have a cut down example that demonstrates the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants