On Wednesday 14 March 2007 11:31, Ed Leafe wrote:
> On Mar 14, 2007, at 2:13 PM, johnf wrote:
> > Hmm interesting.  I like the fact that it is written python.   It
> > works.   But
> > it is not following the standard API as I understand it.  It does
> > not have
> > any of the "fetch" functions.
> > Uses several other functions:
> > for row in pg8000.Cursor.iterate_dict(cur):
> >    print row
>
>       I first saw this product last week, and dbapi-compliance was planned
> for the future. A week later I see that they've already added it. It
> seems it is an additional module; see the notes at: http://
> pybrary.net/trac/wiki/pg8000/DBAPI

Using pg8000_dbapi I am able to use fetchall().  However, it returns a str and 
not a list.  I was expecting a list.  It's still a sequence of sequences.  So 
would that still work with dabo?
-- 
John Fabiani

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to