After an update or save sometimes the old data/vaules are shown
        — at Version 6
  
  
  
    
    
      
A browser refresh causes the new data to be shown, so the data is persisted but just not fetched in time to show updated values after redirect.
This is due to query caching, the query_cache has been turned off as of r171. This may lower performance and query caching may be improved in future versions of Grails so may be turned on again in future.
     
   
 
        
          
          Change History (6)
          
              
                
  
  
    
    
    
      
        | Description: | modified (diff) | 
    
   
               
              
              
              
                
  
  
    
    
    
      
        | Milestone: | → 0.3 - Asset management | 
    
   
               
              
                
  
  
    
    
    
      
        | Owner: | set to Gavin | 
        | Status: | new →
            accepted | 
    
   
    
               
              
                
  
  
    
    
    
      
        | Description: | modified (diff) | 
        | Resolution: | → fixed | 
        | Status: | accepted →
            closed | 
    
   
               
           
         
      
     
    
So far this has only shown up in development mode, the deployed war running an in memory hsqldb does not appear to have this problem.