Files
scylladb/cql3
Avi Kivity c8a66efb6a cql: query_processor: don't call cql_statement::execute_internal() any more
All cql_statement::execute_internal() overrides now either throw or
call execute().  Since we shouldn't be calling the throwing overrides
internally, we can safely call execute() instead.  This allows us to
get rid of execute_internal().
2018-05-27 12:37:37 +03:00
..
2018-04-23 12:00:57 +02:00
2018-04-30 00:27:23 +02:00
2017-08-10 15:01:10 -04:00
2018-05-15 17:59:53 +03:00