You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-dev@db.apache.org by armin waibel <ar...@codeaulait.de> on 2003/02/21 16:22:39 UTC

[OJB] Issue #OJB125 modified

Issue OJB125 has just been modified by user armin

You can view the issue detail at the following URL:
     <http://scarab.werken.com/scarab/issues/id/OJB125>

The following modifications were made to this issue:

Status changed from 'New' to 'Closed'

Comment:  The sequence manager now use the same connection to do the max(id) lookup.
Think it's safer to lookup max(id) if HighLowSequence
was not found in map, because OJB_HL_SEQ maybe
out of sync.
Resolution set to 'Fixed'

Comment:  The sequence manager now use the same connection to do the max(id) lookup.
Think it's safer to lookup max(id) if HighLowSequence
was not found in map, because OJB_HL_SEQ maybe
out of sync.