/**
  * @expectedException \Vtk13\LibSql\SqlException
  * @expectedExceptionMessage You have an error in your SQL syntax;
  */
 public function testMisspelledDelete()
 {
     $this->db->delete('S E', 'q w');
 }