Użytkownik Ed Leafe napisał:
>>>> b = self.PrimaryBizobj
>>>> b.setFieldClause("*")
>>>> b.setLimit(100)
>>>> b.setOrderByClause("iid")
>>>> b.requery()
>>>> d1 = b.getDataSet()
>>>> b.requery()
>>>> d2 = b.getDataSet()
>>>> print d1 == d2
>>>>          
> True
>
>       If you get differences using the framework as it was designed to be 
> used, please let me know.
>    

I suggest you make another test:
a = "ab"
b = u"ab"
a == b
type(a) == type(b)

Do you still think that "a" and "b" are the same?

-- 
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]

Reply via email to