server
server copied to clipboard
[ENHANCEMENT]: When using sparse fieldsets, only query the required fields in the DB
Description
Improvement of issue #1152: don't strip the non-requested data of the object, but specifically only query the database for the fields the user is interested into. This should be a slight speed up on the database.