Skip to content

Commit cf11fcd

Browse files
committed
fix mssql tests
1 parent 77419e5 commit cf11fcd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Tqdev/PhpCrudApi/Database/GenericDefinition.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ private function getColumnAutoIncrement(ReflectedColumn $column, bool $update):
7070
return $column->getPk() ? ' AUTO_INCREMENT' : '';
7171
case 'pgsql':
7272
return '';
73-
case 'sqlsrv':
74-
return ($column->getPk() && !$update) ? ' IDENTITY(1,1)' : '';
7573
}
7674
}
7775

0 commit comments

Comments
 (0)