mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
Turns out the DELETE statement already supports attributes like timestamp, so it's ridiculously easy to add USING TIMEOUT support - it's just the matter of accepting it in the grammar. Fixes #8855 Closes #8876