Browse Source

fix mssql tests

Maurits van der Schee 6 years ago
parent
commit
cf11fcd350
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      src/Tqdev/PhpCrudApi/Database/GenericDefinition.php

+ 0
- 2
src/Tqdev/PhpCrudApi/Database/GenericDefinition.php View File

@@ -70,8 +70,6 @@ class GenericDefinition
70 70
                 return $column->getPk() ? ' AUTO_INCREMENT' : '';
71 71
             case 'pgsql':
72 72
                 return '';
73
-            case 'sqlsrv':
74
-                return ($column->getPk() && !$update) ? ' IDENTITY(1,1)' : '';
75 73
         }
76 74
     }
77 75
 

Loading…
Cancel
Save