AlexPikalov / cdrs

Cassandra DB native client written in Rust language. Find 1.x versions on https://github.com/AlexPikalov/cdrs/tree/v.1.x Looking for an async version? - Check WIP https://github.com/AlexPikalov/cdrs-async
Apache License 2.0
343 stars 58 forks source link

does IF feature already implemented while updating ? #334

Closed ctopher7 closed 4 years ago

ctopher7 commented 4 years ago

for example "UPDATE table SET column = 123 WHERE id = uuid IF EXISTS;"

i cant get it working with scylla, but when using cqlsh it works. Im aware scylla only implement this feature (lightweight transaction) on nightly build, and i already tried using cqlsh and it works.

AlexPikalov commented 4 years ago

the driver will send whatever query you need, interpretation and execution is completely on server