Subject | RE: [Firebird-Architect] for discussion Transient Data Set |
---|---|
Author | Claudio Valderrama C. |
Post date | 2005-01-15T09:48:25Z |
Ann W. Harrison wrote:
unless somebody shows a compelling case.
When RETURNING or YIELDING produce rows, are those rows the ones that are
stored in the engine? I ask to be sure, since I may want to insert (a,b,c)
in a row, but pre modify triggers change those values before being stored.
C.
>I think the important need is for INSERT, not for deletions and updates,
> INSERT INTO <whatever> SELECT <list> FROM <data source> YIELDING
> ...
>
> A question is whether the ability to return a transient data set from
> an update or delete has value, since those operations are not based
> on a full query expression.
unless somebody shows a compelling case.
When RETURNING or YIELDING produce rows, are those rows the ones that are
stored in the engine? I ask to be sure, since I may want to insert (a,b,c)
in a row, but pre modify triggers change those values before being stored.
C.