Added a _mysql.quote_row() function which takes a row of data as a tuple
and quotes it, converting None into NULL.
MySQLdb.py is the DBI-1.1 compatible wrapper.
To do: Type conversions for fetch_row().
Authored by: adustman 1999-03-16
Parent: [r4]
Child: [r6]