Użytkownik Ed Leafe napisał:
> On Feb 1, 2010, at 6:38 AM, Jacek Kałucki wrote:
>
>    
>>>     Are you saying that you ran two queries against the same columns, and 
>>> got different data types back from the same column on each query? I've 
>>> never seen this happen. If the first time a column is queried it returns a 
>>> certain data type, I would expect it to always return the same data type.
>>>        
>> As a test it's enough to execute:
>> sql = "select * from any_table"
>> cursor.execute(sql, _newQuery=True)
>> cursor.execute(sql, _newQuery=False)
>>      
>
>       Oh, now I understand. You're not using the framework; instead, you're 
> taking internal implementation details and expecting them to work out of 
> context.
>
>    

You are wrong.
I put this example to give quick way to show issue.
Use bizobj.requery() or form.requery() twice - this is framework matter,
you receive the same result.

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