MkLeila opened a new pull request, #787:
URL: https://github.com/apache/ofbiz-framework/pull/787

   When a query with a field selection and a cache() option is done, the result 
is put in cache with the incomplete genericValue (I mean without all the 
fields).
   
   Then when an other query with the same condition and cache option is done, 
even whitout the field selection, the result returned is the incomplete version 
of the GenericValue that has been stored in cache.
   
   This prevent from adding in cache an incomplete genericValue and filter the 
cached value when necessary


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to