Commit 8504947e authored by Maarten de Keizer's avatar Maarten de Keizer

Add getGuidExpression(), already defined in MySQLPlatform.php

parent 82cc9214
......@@ -371,6 +371,16 @@ abstract class AbstractPlatform
{
throw DBALException::notSupported(__METHOD__);
}
/**
* Returns global unique identifier
*
* @return string to get global unique identifier
*/
public function getGuidExpression()
{
throw DBALException::notSupported(__METHOD__);
}
/**
* Returns the average value of a column
......
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