Message259

Author reinhard
Recipients
Date 2006-11-08.21:52:45
Content
As of now, loading the detail to a master record results in a separate query.
Querying the details for each single master record when the master is loaded
(which would be necessary to fix this) would result in a deep performance
impact, for example when jumping to the last record.

We might however change that later if we decide to load all details with a
single query.
History
Date User Action Args
2006-11-08 21:52:45reinhardlinkissue116 messages
2006-11-08 21:52:45reinhardcreate