Add fetch only as a method to a row object as well

I think this FR goes together with this one: Allow to disable lazy behavior in row objects.

Both FRs address complex cases, where you want to make sure that what you want and only what you want is fetched. This is important on the server side for performance reasons, but is much more important in the client side, for both security and performance reasons.

2 Likes