thurstonsand / scala-cass

a wrapper for the Java Cassandra driver that allows extraction from a Row with Scala types, or directly into a case class. Also has utility functions for the Session to read/write to Cassandra directly to/from a case class.
MIT License
21 stars 10 forks source link

patch behavior should be possible with updates #21

Closed thurstonsand closed 7 years ago

thurstonsand commented 8 years ago

currently, updates are always a replace. cannot do update mykey = mykey + more values

thurstonsand commented 8 years ago

for + and -