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

forbid inFilter for table updateOne and deleteOne command #1693

Closed Yuqi-Du closed 1 week ago

Yuqi-Du commented 1 week ago

This is to ban $in and $nin from table updateOne and deleteOne commands.

Fixes: #1688

Checklist