Subject | triggers and transactions |
---|---|
Author | Jon Perez |
Post date | 2002-11-11T11:01:08Z |
When a GEN_ID() is invoked within a transaction
and that transaction is subsequently rollbacked,
does that mean that the id generated within that
transaction will not be 'rollbacked' and that the
value will never be returned by GEN_ID() again
(at least until it wraps around)?
and that transaction is subsequently rollbacked,
does that mean that the id generated within that
transaction will not be 'rollbacked' and that the
value will never be returned by GEN_ID() again
(at least until it wraps around)?