-
Notifications
You must be signed in to change notification settings - Fork 310
Support multiple Update operations for the same column #1525
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
Comments
As a workaround possible to create custom |
This is indeed a limitation of the current implementation. Our API should be able to support multiple operations per column and that will be a neat enhancement. |
Hi @mp911de Could you confirm if this still needs to be fixed? |
Confirmed. |
could you pls assign this ticket to me, so that i can start with it? |
Uh oh!
There was an error while loading. Please reload this page.
Update stores one column name as key and one operation as value.
spring-data-cassandra/spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/query/Update.java
Line 49 in 67d8e59
Because of this it is not possible to update several keys for column with map type.
Example of code:
only one of operations will be present in update object.
The text was updated successfully, but these errors were encountered: