DDieterich / DTGen

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

Code around Oracle Bug 4771052 #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What will the enhancement do?

 -) Code around Oracle Bug 4771052

How is this currently done or handled?

 -) "instead of trigger" queries view for ":old" values
 -) Bug Title is: OLD VALUE RETURN NULL IN "INSTEAD OF" TRIGGER BASED ON DBLINK
 -) View Update Trigger won't work because of null ID

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

 -) Pre-Release 0.9

Please provide any additional information below.

   -) Add switch to GLOB similar to DB_CONSTRAINTS
   -) Based on switch, "instead of trigger" queries view for ":old" values
      - OR -
   -) Based on switch, "instead of trigger" calls DML instead of VIEW package

Original issue reported on code.google.com by Duane.Di...@gmail.com on 16 Jun 2012 at 2:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
If :OLD.ID is always required and null only when this bug occurs, that may be a 
better test for this problem.

Original comment by Duane.Di...@gmail.com on 22 Oct 2012 at 8:54