stargate / data-api

JSON document API for Apache Cassandra (formerly known as JSON API)
https://stargate.io
Apache License 2.0
14 stars 16 forks source link

only allow $eq for updateOne and deleteOne commands #1748

Open Yuqi-Du opened 20 hours ago

Yuqi-Du commented 20 hours ago

Add a filterAnalyzer rule for checking non-$eq usage for table updateOne and deleteOne command

fixes: #1729

Checklist