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