Hibernate's version values in Grails app
        Posted  
        
            by xain
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by xain
        
        
        
        Published on 2010-04-25T14:48:17Z
        Indexed on 
            2010/04/25
            15:03 UTC
        
        
        Read the original article
        Hit count: 258
        
I'm looking at a database dump file, and I see many records in various tables with their version number set in values other than 0 (even 94 in one case). I understand it has to do with hibernate locking strategy, but my concern is that today is Sunday, and the site has almost no visitors so is: is this normal ? Or is there a known hibernate bug or even some programming malpractice producing this ?
© Stack Overflow or respective owner