You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 compilesUPDATE
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?
The text was updated successfully, but these errors were encountered: