Issue116

Title (datasources) Detail resultsets not properly loaded when dsRecordLoaded event is fired
Priority bug Status deferred
Superseder (datasources) Load all detail resultsets with one single query
View: 143
Nosy List reinhard
Assigned To reinhard Topics gnue-common

Created on 2006-08-28.09:42:10 by reinhard, last changed 2006-11-08.21:59:17 by reinhard.

Messages
msg259 (view) Author: reinhard Date: 2006-11-08.21:52:45
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.
msg186 (view) Author: reinhard Date: 2006-08-28.09:42:10
When ON-RECORDLOADED is fired, the detail resultsets are not yet loaded for the
current record, so an ON-RECORDLOADED trigger cannot access detail
datasources/blocks.
History
Date User Action Args
2006-11-08 21:59:17reinhardsetstatus: chatting -> deferred
superseder: + (datasources) Load all detail resultsets with one single query
2006-11-08 21:52:45reinhardsetstatus: unread -> chatting
messages: + msg259
title: [datasources] Detail resultsets not properly loaded when ON-RECORDLOADED is fired -> (datasources) Detail resultsets not properly loaded when dsRecordLoaded event is fired
2006-09-21 17:54:17reinhardsetassignedto: reinhard
2006-08-29 20:47:22reinhardsettitle: Detail resultsets not properly loaded when ON-RECORDLOADED is fired -> [datasources] Detail resultsets not properly loaded when ON-RECORDLOADED is fired
2006-08-28 09:42:10reinhardcreate