On May 21, 2012, at 5:27 AM, Allan Brooke wrote:

> Just changed
> 
> self.setLimit(5000)
> to
> self.setLimit("5000")
> 
> Discovered after reading through the dabo.biz.dBizobj.py file.
> 
> Thanks for all your input.

        That should make no difference at all, as the SQL is formed using 
string formatting, which would convert the integer value to its string. See 
dCursorMixin.py line 2748.

        Where in dBizobj.py did you see a reference to the limit having to be a 
string?

        

-- Ed Leafe



_______________________________________________
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