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

Feature to ignore fields when updating a row #109

Open
mjp0 opened this issue Dec 1, 2016 · 0 comments
Open

Feature to ignore fields when updating a row #109

mjp0 opened this issue Dec 1, 2016 · 0 comments

Comments

@mjp0
Copy link

mjp0 commented Dec 1, 2016

I'm trying to get MemSQL to work with this but I'm running into problems with shard keys. If I try to update a row I'll get Error: ER_NO_SUCH_PARTITION: Feature 'Updating the Shard Key' is not supported by MemSQL Distributed.. This is happening because juggling compiles UPDATE SQL from all values in the model and it seems that I can't delete values from the model object.

Would it be possible to create some sort of boolean flag in the schema that would make juggling to ignore that field when updating?

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