Avi Kivity
|
c8f98c5981
|
cql3: move cf_statement into raw hierarchy
cql3::statements::cf_statement
-> cql3::statements::raw::cf_statement
Message-Id: <1464609556-3756-3-git-send-email-avi@scylladb.com>
|
2016-05-31 09:09:21 +03:00 |
|
Avi Kivity
|
caf8d4f0e6
|
cql3: separate parsed_statement and parsed_statment::prepared
cql3::statements::parsed_statement
-> cql3::statements::raw::parsed_statement
cql3::statements::parsed_statement::prepared
-> cql3::statements::prepared_statement
Message-Id: <1464609556-3756-2-git-send-email-avi@scylladb.com>
|
2016-05-31 09:09:10 +03:00 |
|
Calle Wilund
|
3906dc9f0d
|
cql3::statements: Change check_access to future<> + implement
|
2016-04-19 11:49:05 +00:00 |
|
Pekka Enberg
|
38a54df863
|
Fix pre-ScyllaDB copyright statements
People keep tripping over the old copyrights and copy-pasting them to
new files. Search and replace "Cloudius Systems" with "ScyllaDB".
Message-Id: <1460013664-25966-1-git-send-email-penberg@scylladb.com>
|
2016-04-08 08:12:47 +03:00 |
|
Pekka Enberg
|
1890d276b9
|
cql3: Add depends_on_{keyspace|column_family} helper to cql_statement
Signed-off-by: Pekka Enberg <penberg@scylladb.com>
|
2015-10-15 09:18:52 +03:00 |
|
Pekka Enberg
|
3cb60556e9
|
cql3: Implement truncate_statement::execute()
Implement the execute() function by using the underlying
truncate_blocking() API from storage proxy.
|
2015-09-30 09:09:43 +02:00 |
|
Pekka Enberg
|
455d382bac
|
cql3: Implement check_access() and validate() for truncate_statement
Implement the check_access() and validate() functions as stubs to avoid
tripping over the unimplemented exception from cqlsh.
|
2015-09-30 09:09:43 +02:00 |
|
Pekka Enberg
|
f1fa2ec758
|
cql3: Move truncate statement implementation to source file
Clean up the truncate_statement class before we start modifying it.
Saves us from recompilation pain.
|
2015-09-30 09:09:43 +02:00 |
|