[DB-SIG] db_row questions

Gerhard Häring gh at ghaering.de
Tue Dec 2 14:29:20 EST 2003


I've a few questions about db_row:

Is there any reason why db_row doesn't allow column access via attributes of the 
row, but only via the mapping protocol?

I'd like to integrate db_row into PySQLite eventually, replacing the PgResultSet 
stuff I borrowed from pyPgSQL. And to be compatible with PgResultSet I'd need the 
ability to access columns as attributes of the rows.

Do you have any problems with me integrating db_row into PySQLite?

Do you think it's worth to rewrite the Python code in db_row in C in order to gain 
additional performance? Or have you benchmarked it and seen it's not worth it?

Thanks for your time,

-- Gerhard




More information about the DB-SIG mailing list