Skip to content

Commit

Permalink
MSSQL does not support explicit value for an IDENTITY column yiisoft#…
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jan 30, 2016
1 parent e6f1179 commit 12761bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/framework/db/mssql/MssqlActiveRecordTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
class MssqlActiveRecordTest extends ActiveRecordTest
{
protected $driverName = 'sqlsrv';

public function testExplicitPkOnAutoIncrement()
{
$this->markTestSkipped('MSSQL does not support explicit value for an IDENTITY column.');
}
}

0 comments on commit 12761bf

Please sign in to comment.