if ( $is_numeric_data_type{$col} ) { return $value; } else { return $dbh->quote( $value ); }