Files
scylladb/cql3
Piotr Grabowski 9d1cd2c57b token_restriction: Add non-token merge exception
Add exception that is thrown when merging of token and non-token 
restrictions is attempted. Before this change only merging non-token
and token restriction was validated (WHERE pk = 0 AND token(pk) > 0)
and not the other way (WHERE token(pk) > 0 AND pk = 0).
2020-10-15 12:32:18 +02:00
..
2020-09-04 17:27:30 +02:00
2020-08-18 12:27:01 +02:00
2020-09-04 17:27:30 +02:00
2020-10-09 23:49:42 +03:00