Commit fc4dc7c8 authored by Valentas's avatar Valentas

requiresSQLCommentHint in DateIntervalType

According to comment https://github.com/doctrine/dbal/pull/854#issuecomment-126935212
parent bfe166af
......@@ -67,4 +67,12 @@ class DateIntervalType extends Type
return $interval;
}
/**
* {@inheritdoc}
*/
public function requiresSQLCommentHint(AbstractPlatform $platform)
{
return true;
}
}
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