Excellent, that works! Thanks.

2009/9/30 Oleg Broytman <[email protected]>

> (Answering to the list...)
>
> On Wed, Sep 30, 2009 at 10:33:18AM +0100, Chris Wood wrote:
> > class Cruise(sqlobject.SQLObject):
> >   connection = conn
> >   class sqlmeta:
> >      table = Table1
> >      idName = 'Table1ID'
> >      fromDatabase = True
> >      style = styles.Style()
> >      testList = sqlmeta.columns
> >
> > print Cruise.sqlmeta.testList
>
>    Why do you do this? Why not just
>
> print Cruise.sqlmeta.columns
>
>   ?
>
> Oleg.
> --
>     Oleg Broytman            http://phd.pp.ru/            [email protected]
>           Programmers don't die, they just GOSUB without RETURN.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
> http://p.sf.net/sfu/devconf
> _______________________________________________
> sqlobject-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to