James William Pye wrote:
I'm pleased to announce the release of py-postgresql 0.9.0 and 0.8.2.





First of all, thanks for the module.

Two questions:
- I look around, but I don't find a reply to the question if you want to
"backport" the py-postgresql to the python 2.X line. Have us some hope
to use it in our "old" projects?
- Making some tests with a test db, I see that, like the other python-pg
drivers, the cur.execute("select * from table"), load all the data in
memory. Can be useful, if possible of course, to not use this lot of
ram? With psycopg2 devels can use the "named cursor" for solve. Any
chances to add this type of feature?

Thanks,
Michele
_______________________________________________
DB-SIG maillist  -  DB-SIG@python.org
http://mail.python.org/mailman/listinfo/db-sig

Reply via email to