Uploaded image for project: 'Teiid Designer'
  1. Teiid Designer
  2. TEIIDDES-3010

Add feature to provide adding After Triggers to materialized views/tables

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Blocker
    • 12.0
    • None
    • None
    • None

    Description

      TEIID-4627 adds support for source level triggers to be called after CDC events.

      The triggers are similar to what is supported by views, but "INSTEAD OF" is not supported - just AFTER.

      CREATE TRIGGER name ON table AFTER (INSERT|UPDATE|DELETE) FOR EACH ROW statement

      Just like view triggers new/old/changing values can be referenced. Note that unlike view triggers, these must be named as an arbitrary number of them are supported per table (like other of our constructs they are scoped to the table, not to the schema).

      We may eventually want to support multiple event types for a single trigger and may need to support internal events as well.

      Attachments

        Issue Links

          Activity

            People

              blafond Barry LaFond
              rhn-engineering-shawkins Steven Hawkins
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: