public function testEmptyQueryReturnsNothing()
 {
     $query = new SQLUpdate();
     $this->assertSQLEquals('', $query->sql($parameters));
 }