On Jun 28, 12:38 am, Hans Donner <
hans.don...@pobox.com> wrote:
> Yes, can see the value of having some statement executed right before
> the actual insert (or update).
> Massimo, would it be possible wit the new DAL to provide some hooks
> into the table that can do some pre insert, update etc stuff? (or
> provide a way to specify a new table instance where we can do speciifc
> stuff).
>
> This way we can add some common meta data to a table like
> inserted/modified stamps and/or logging to a differen table for
> specials cases without having to rely on the backend or having to
> build it into other logic.
>