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/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|