Hi all, As i said yesterday i was trying to implement the possibility to filter() virtualFields, i've just commited a bunch of changes that make that possible, it still needs some fixes and some further testing, but i think it is quite safe to commit now...
To avoid breaking user code no API or VirtualField scope changes have been made, they still exist only at bizobj level... I simulate a VirtualField filter by appliing a scan to the dataset, checking the filter criteria in python code, using the pkid of the records that match the criteria to build a REAL filter, filtering out the records with pkids selected previously. dBizobj recognises this as a real filter, so every filter function should work just fine... Datanav is now able to filter out virtualFields, they are no longer send to de DB layer, instead are used to filter() the bizobj... Any comments? Regards, Pedro Vale de Gato _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
