CQL queries should allow CF names to be qualified by keyspace, part 2
---------------------------------------------------------------------
Key: CASSANDRA-3419
URL: https://issues.apache.org/jira/browse/CASSANDRA-3419
Project: Cassandra
Issue Type: New Feature
Reporter: paul cannon
Priority: Minor
See CASSANDRA-3130. The same treatment should be applied to the other related
CQL commands dealing with column family names, viz:
* {{INSERT}}
* {{UPDATE}}
* {{DELETE}}
* {{TRUNCATE}}
Also, if the intent is to make it possible to go without {{USE}} entirely (I'm
not sure if it is):
* {{CREATE COLUMNFAMILY}}
* {{CREATE INDEX}}
* {{DROP COLUMNFAMILY}}
* {{ALTER COLUMNFAMILY}}
* {{DROP INDEX}} (support {{keyspacename.indexname}}?)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira