DDieterich / DTGen

DTGEN Code Generation Tool for Relational Designers (See Wiki Branch)
http://dtgen.org
3 stars 0 forks source link

Change glob.db_constraints default to FALSE #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What will the enhancement do?

 -) Change glob.db_constraints default to FALSE

How is this currently done or handled?

 -) glob.db_constraints defaults to TRUE

What version of the product are you using? On what operating system?

 -) Pre-Release 0.12

Please provide any additional information below.

 1) Will make the generated software run faster because table trigger won't call _TAB package.
 2) Will make error call stack smaller because table trigger won't call _TAB package
 3) install_db.sql applies all the table constraints for safety, so when the trigger doesn't call the _TAB package, the table constraints are enforced by the database.

Original issue reported on code.google.com by Duane.Di...@gmail.com on 23 Oct 2012 at 2:49

GoogleCodeExporter commented 9 years ago

Original comment by Duane.Di...@gmail.com on 25 Oct 2012 at 4:37