[DB-SIG] RE: PyGreSQL and NULLs

Sake sakesun at boonthavorn.com
Tue Feb 10 21:03:04 EST 2004


Try

cursor.execute("insert into myTable(my_id, my_name, my_ped_id) values 
(?,?,?)", [10, "Marc", None])







More information about the DB-SIG mailing list