Subject | RE: [IBO] Re: Generator not incrementing |
---|---|
Author | Support List |
Post date | 2011-11-09T16:57:28Z |
Kevin,
Apparently there is some technical dependencies upon the transaction used to
process the statement to work with the generator that leave the generator in
a state to be rolled back if the server crashes rather than rolling them
forward, so to speak. Generators should always be handled as autocommit.
Jason
> Don't generator work outside of transactions?As long as the server doesn't crash then this is how it is.
Apparently there is some technical dependencies upon the transaction used to
process the statement to work with the generator that leave the generator in
a state to be rolled back if the server crashes rather than rolling them
forward, so to speak. Generators should always be handled as autocommit.
Jason