Skip to content

Commit

Permalink
update mysql 5.7.8 reserved keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
İsmail BASKIN committed Feb 26, 2016
1 parent aa59440 commit fc86ebd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/Doctrine/DBAL/Platforms/MySQL578Platform.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,12 @@ public function getJsonTypeDeclarationSQL(array $field)
{
return 'JSON';
}

/**
* {@inheritdoc}
*/
protected function getReservedKeywordsClass()
{
return 'Doctrine\DBAL\Platforms\Keywords\MySQL578Keywords';
}
}

0 comments on commit fc86ebd

Please sign in to comment.