[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3586) SequenceHiLoGenerator generates values ahead of the actual sequence

Krasimir Chobantonov (JIRA) noreply at atlassian.com
Mon Nov 3 17:10:04 EST 2008


SequenceHiLoGenerator generates values ahead of the actual sequence
-------------------------------------------------------------------

                 Key: HHH-3586
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3586
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.3.1
         Environment: Hibernate 3.3.1, Oracle 10G
            Reporter: Krasimir Chobantonov


The code that needs to be change in on line 83 of the SequenceHiLoGenerator

here is the line

			hi = hival * ( maxLo+1 );

basically we should add (+) the maxLo +1 to the current sequence value represented bu the hival instead of using multiply (*)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list