Book a Demo

Author Topic: Generation of Sequences but not Triggers  (Read 3689 times)

jklap

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
Generation of Sequences but not Triggers
« on: October 14, 2011, 10:27:35 pm »
Under Oracle:

When you have a PK that has autonum enabled, EA will generate a sequence and a trigger to set the PK from the sequence.

Disabling 'Generate Triggers' in the Generate DDL dialog will disable the output of both the trigger and the sequence code.

It would be nice if you could disable the generate of the trigger but leave the sequence being generated.