----- "John" <[email protected]> wrote:

> On Wednesday 12 August 2009 09:03:25 am [email protected] wrote:
> > Examining an app created with the dabo AppWizard, we noticed that
> "Show
> > SQL" menu option displays SQL that includes a limit clause (limit
> 1000).
> >
> > I checked the bizobj in the bz directory, and there is a
> > self.setLimitClause("500") there. A note indicates that the UI might
> modify
> >  this, and apparently it has, changing it to 1000.
> >
> > Am I right in assuming that we have control over whether to use a
> limit
> > clause in the bizobj, and that it is not automatically added to the
> SQL?
> 
> Yes - turn it off or on in the bizobj.
> >

To unset do following:

class TestBizobj(dabo.biz.dBizobj)
    def afterInit(self):
       .....
       self.setLimit(None)
       .....  


Adrian Klaver
[email protected]


_______________________________________________
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/1811632362.10690511250098210009.javamail.r...@sz0030a.emeryville.ca.mail.comcast.net

Reply via email to