Issue Details (XML | Word | Printable)

Key: DERBY-14
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: Ramandeep Kaur
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby

Triggers do not evaluate functions in VALUES trigger actions.

Created: 29/Sep/04 06:54 PM   Updated: 07/Jun/05 12:23 AM
Return to search
Component/s: SQL
Affects Version/s: 10.0.2.0
Fix Version/s: 10.0.2.0

Time Tracking:
Not Specified

Resolution Date: 03/Nov/04 01:45 AM


 Description  « Hide
Opening this bug on behalf of Jack Klebanoff.

---------------------------------------------------------
If a trigger is created with

CREATE TRIGGER T ... VALUES( fn())

The function fn is not called even if the trigger event
happens. Side effects of the function will not happen.

Derby does not allow CALL statements in trigger actions.
In Derby, one has to use a VALUES statement and depend on function side effects.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.