Subject triggers and transactions
Author Jon Perez
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)?