Added a simple_fetch_row() to the result object that simply returns one row
as a tuple of strings (or None for NULL values). Result objects are also now iterators which internally use simple_fetch_row().
Authored by: adustman 2010-02-19
Parent: [r636]
Child: [r638]