http://qs321.pair.com?node_id=874778


in reply to getting the sql executed from a parameterised statement

I think getting the sql is driver specific, but try adding $db->errstr:

unless ($db->do($update_meta_sql, undef, $updates, $run_id)) { $status = "failed at update runmeta: ". $db->errstr; }