private static function execute_pre_hooks($sql, $args)
 {
     // start timing query
     Dal::$_query_start_time = microtime(TRUE);
 }