Re: [dabo-users] Incorrect DataStructure

2011-08-07 Thread OKB (not okblacke)
=?UTF-8?B?SmFjZWsgS2HFgnVja2k=?= wrote: Użytkownik OKB (not okblacke) napisał: I tracked down the source of the problem. The issue is that dCursorMixin uses DataStructure to determine whether the given column is valid for a sort. The DataStructure code, in turn,

Re: [dabo-users] Incorrect DataStructure

2011-08-07 Thread Adrian Klaver
On Sunday, August 07, 2011 11:30:41 am OKB (not okblacke) wrote: =?UTF-8?B?SmFjZWsgS2HFgnVja2k=?= wrote: UÅŒytkownik OKB (not okblacke) napisał: I tracked down the source of the problem. The issue is that dCursorMixin uses DataStructure to determine whether the

Re: [dabo-users] Incorrect DataStructure

2011-08-07 Thread John Fabiani
On Sunday, August 07, 2011 11:30:41 am OKB (not okblacke) wrote: =?UTF-8?B?SmFjZWsgS2HFgnVja2k=?= wrote: UÅŒytkownik OKB (not okblacke) napisał: I tracked down the source of the problem. The issue is that dCursorMixin uses DataStructure to determine whether the

[dabo-users] Incorrect DataStructure

2011-08-06 Thread OKB (not okblacke)
I just encountered a strange problem that I guess had existed for a while but I hadn't noticed it before. I have a Dabo app that uses a bizobj with a UserSQL string to return a custom data set --- crucially, a data set with different columns than the underlying table. This is used as

Re: [dabo-users] Incorrect DataStructure

2011-08-06 Thread Jacek Kałucki
Użytkownik OKB (not okblacke) napisał: I tracked down the source of the problem. The issue is that dCursorMixin uses DataStructure to determine whether the given column is valid for a sort. The DataStructure code, in turn, relies on the BackendObject's getStructureDescription method.