scylladb/gocqlx

Deduce idempotency in QueryBuilder

Opened this issue · 0 comments

kbr- commented

The DataStax Java Driver's QueryBuilder deduces idempotence of statements:
https://docs.datastax.com/en/developer/java-driver/4.3/manual/query_builder/idempotence/

this could be implemented in gocqlx too.