Exemple #1
0
 public function testTableRowSetPrimaryKey()
 {
     $server = $this->_util->getServer();
     if ($server == 'IDS') {
         $this->markTestSkipped('IDS Serial columns cannot be updated');
     } else {
         parent::testTableRowSetPrimaryKey();
     }
 }