Commit 99a13381 authored by Guilherme Blanco's avatar Guilherme Blanco

Merge pull request #254 from deeky666/fix-sqlsrv-guid-expression

fix SQLServerPlatform GUID expression
parents 19269218 d8e8054e
......@@ -468,7 +468,7 @@ class SQLServerPlatform extends AbstractPlatform
*/
public function getGuidExpression()
{
return 'UUID()';
return 'NEWID()';
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment