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

Doesn't work with CQL 3.0 #3

Open
nirvdrum opened this issue Mar 4, 2014 · 0 comments
Open

Doesn't work with CQL 3.0 #3

nirvdrum opened this issue Mar 4, 2014 · 0 comments

Comments

@nirvdrum
Copy link

nirvdrum commented Mar 4, 2014

it looks like that CQL 3.0 change the result set when issuing a query that returns zero rows. In CQL 2.0 it would return a single row with a CqlRow with empty columns. Now it returns zero rows, which means that fetch_rows returns nil. And to_hash doesn't exist on nil, so migrations blow up.

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

1 participant