Support multiple Update operations for the same column #1525
Labels
status: ideal-for-contribution
An issue that a contributor can help us with
type: enhancement
A general enhancement
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: