/**
  * {@inheritDoc}
  */
 public function exec($sql)
 {
     $this->getProfiler()->start();
     return parent::exec($sql);
 }