Closed davidkelley closed 10 years ago
You're right, that's definitely a bug, though I'm baffled why I haven't run across it before. It looks like the CQL update generator needs a little work. I'm currently looking at another bug in the persistence code, so I'll take a look at this too.
Brilliant. As I mentioned, let me know if you need any help completing the work . Happy to help out with this.
Version 2.0.8 should fix it. Thanks for the report!
Just bumped to 2.0.9. 2.0.8 broke migrations. I really need to come up with a way to spec those....
Ahh yes, was just debugging this myself
Thanks for fixing it. I'll take a look over the spec tests and see if I can figure something out, happy to contribute back.
That would be great. Thanks and good luck!
I seem to be having difficulties updating column families that have composite keys. I get the following error:
Using
CQL_DEBUG
I can see that the query composed is:Looking over the documentation for CQL, I believe that it should be something similar to:
The relevant parts from my model are:
Is this a bug or am I doing something wrong? I am happy to send a PR for a fix if you are able to point me in the right direction.