Subject Re: [firebird-support] timestamp trigger?
Author Ann W. Harrison
Fernando Salaices wrote:
> a generator? Can a generator be created that returns the current date?
>

No, but if you want to get a reliable ordering of events, a
generator is a good choice. You can't tell whether something
happened at midnight on Friday October 13, but you can tell
for sure whether one event occurred before another. And
generators are very cheap to use.


Best,


Ann