Adds a custom attribute, `existing`, to the LWTException instance which allows the application layer to inspect the values read from Cassandra which conflicted with the attempted conditional write. The documentation already referred to the `existing` attribute but it was not implemented.
869 B
869 B
cassandra.cqlengine.query
- Query and filter model objects
cassandra.cqlengine.query
QuerySet
QuerySet objects are typically obtained by calling ~.cassandra.cqlengine.models.Model.objects on a model
class. The methods here are used to filter, order, and constrain
results.
ModelQuerySet
all
batch
consistency
count
filter
get
limit
order_by
allow_filtering
timestamp
ttl
update
DoesNotExist
MultipleObjectsReturned
LWTException