protected function release()
 {
     if (count($this->operations) > 0) {
         foreach ($this->operations as $k => $val) {
             $this->executeSql($k);
         }
     }
     parent::release();
     // TODO: Change the autogenerated stub
 }