mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 03:30:49 +00:00
Fixes #5902 by making the LIKE restriction keep a vector of matchers and apply them all to the column value. Tests: unit (dev) * dekimir/multiple-likes: cql3: Allow repeated LIKE on same column cql3: Forbid calling LIKE::values() cql3: Move LIKE::_last_pattern to matcher