mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 12:17:02 +00:00
* Mark cql3::attributes::raw class as final * Change every occurrence of ::shared_ptr<attributes::raw> to std::unique_ptr<...> * Mark all methods in cql3::attributes::raw as const * Remove redundant "_attrs" ptr copy in insert_json_statement, use one from raw::modification_statement * Fix odd indentation in cql3/statements/update_statement.cc Tests: unit-tests (dev, debug) Signed-off-by: Pavel Solodovnikov <pa.solodovnikov@scylladb.com> Message-Id: <20200301223708.99883-1-pa.solodovnikov@scylladb.com>