Files
scylladb/cql3
Jan Ciolek bfbc3d70b7 modification_statement: reject conditional statements with empty clustering key
`modification_statement::execute_with_condition` validates that a query with
an IF condition can be executed correctly.

There's already a check for empty partition key ranges, but there was no check
for empty clustering ranges.

Let's add a check for the clustering ranges as well, they're not allowed to be empty.
After this change Scylla outputs the same type of message for empty partition and
clustering ranges, which improves UX.

Signed-off-by: Jan Ciolek <jan.ciolek@scylladb.com>
2023-06-28 10:30:52 +02:00
..
2023-02-28 22:26:43 +02:00
2023-06-22 14:19:43 +03:00
2023-06-12 10:41:04 +03:00
2023-06-12 10:41:04 +03:00
2023-06-12 10:41:04 +03:00
2023-04-28 16:59:29 +08:00
2023-02-19 21:05:45 +02:00