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 2014/02/12 04:46:23 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-5962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksey Yeschenko updated CASSANDRA-5962:
-----------------------------------------

    Fix Version/s:     (was: 2.1)
         Assignee:     (was: Aleksey Yeschenko)

> Support trigger parametrization
> -------------------------------
>
>                 Key: CASSANDRA-5962
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5962
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Aleksey Yeschenko
>            Priority: Minor
>              Labels: cql3, triggers
>
> 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 was sent by Atlassian JIRA
(v6.1.5#6160)