/[Apache-SVN]
ViewVC logotype

Revision 1535654


Jump to revision: Previous Next
Author: kahatlen
Date: Fri Oct 25 08:22:25 2013 UTC (10 years, 6 months ago)
Changed paths: 6
Log Message:
DERBY-534: Support use of the WHEN clause in CREATE TRIGGER statements

Remove logic in the readExternal() and writeExternal() methods of
TriggerInfo and TriggerDescriptor that was originally put there for
compatibility between different Derby versions. Since these objects
are only persisted as part of a stored prepared statement, and Derby
always clears all stored prepared statements on version change, there
is no requirement that TriggerInfo and TriggerDescriptor instances
written by one Derby version must be possible to read by other Derby
versions.

Changed paths

Path Details
Directorydb/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/RegisteredFormatIds.java modified , text changed
Directorydb/derby/code/trunk/java/engine/org/apache/derby/iapi/services/io/StoredFormatIds.java modified , text changed
Directorydb/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/DataDescriptorGenerator.java modified , text changed
Directorydb/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/TriggerDescriptor.java modified , text changed
Directorydb/derby/code/trunk/java/engine/org/apache/derby/iapi/sql/dictionary/TriggerDescriptor_v10_10.java deleted
Directorydb/derby/code/trunk/java/engine/org/apache/derby/impl/sql/execute/TriggerInfo.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26