Subject Re: [firebird-support] Re: TimeStamp Problem in procedures
Author Ivan Prenosil
> From: "Ann W. Harrison"
> >I am using CURRENT_TIMESTAMP.
>
> You are enjoying a standard SQL feature. All parts
> of a transaction run at exactly the same time, by
> definition.

Does it mean that current behaviour is buggy ?
CURRENT_TIMESTAMP is stable during single
command execution, not during whole transaction.

Ivan