A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

On Wed, Mar 09, 2011 at 09:34:21AM -0800, Mark McWiggins wrote:
> What about the connection argument? Do I have to just add that to the dict?

   You can, it's just a normal dictionary. Or you can pass it to the
call:

> On Mar 9, 2011, at 2:43 AM, Oleg Broytman wrote:
> >   You can convert a row to a dict: z.sqlmeta.asDict() - and pass the
> > dict back: newz = zipcode(**z.sqlmeta.asDict())

    newz = zipcode(connection=myconnection, **z.sqlmeta.asDict())

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to