You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2013/08/30 23:32:52 UTC

[jira] [Created] (CASSANDRA-5962) Support trigger parametrization

Aleksey Yeschenko created CASSANDRA-5962:
--------------------------------------------

             Summary: Support trigger parametrization
                 Key: CASSANDRA-5962
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5962
             Project: Cassandra
          Issue Type: Improvement
            Reporter: Aleksey Yeschenko
            Assignee: Aleksey Yeschenko
            Priority: Minor
             Fix For: 2.1


We don't have a convenient way to parametrize triggers, which limits their reusability and usability in general. For any configuration you have to rely on external config files.

We already have [trigger_options map<text, text>] column in system.schema_triggers, all we need is to add the right syntax to CQL3 (CREATE TRIGGER foo ON bar USING class WITH options = {..}) and modify ITrigger to support it.

Setting fixver to 2.1, but might move to 2.0.x later.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira