Hi, I'm afraid I can't understand principles that rules fetching data from backend in dCursorMixin class. When we query data from backend first time, it is completely new query and _newQuery parameter equals True. But when we requery the same data again issuing interactive request, query parameters doesn't change and _newQuery equals False. But data may change and mostly do! But even when they doesn't we receive the same dataset where some fields are different type they were first time! It's because format conversion between backend and Python formats is executed only when _newQuery equals True, so first time I got decimal type and next float for the same field. I think that is completely wrong! And yet another thing. Why I cant pass _newQuery parameter to executeSafe() method?
-- Regards Jacek Kałucki _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
