Commit 1ce755d9 authored by Steve Müller's avatar Steve Müller

Fix typo and version number in keywords list

parent 64704fcd
......@@ -24,7 +24,7 @@ namespace Doctrine\DBAL\Platforms\Keywords;
*
* @license BSD http://www.opensource.org/licenses/bsd-license.php
* @link www.doctrine-project.com
* @since 2.0
* @since 2.3
* @author Steve Müller <st.mueller@dzh-online.de>
*/
class SQLServer2012Keywords extends MsSQLKeywords
......@@ -42,13 +42,13 @@ class SQLServer2012Keywords extends MsSQLKeywords
*/
protected function getKeywords()
{
return array_merge(parent::getKeywords(),
return array_merge(parent::getKeywords(), array(
'SEMANTICKEYPHRASETABLE',
'SEMANTICSIMILARITYDETAILSTABLE',
'SEMANTICSIMILARITYTABLE',
'TRY_CONVERT',
'WITHIN',
'SEQUENCE'
);
));
}
}
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