Skip to content

Commit

Permalink
Merge pull request #9 from angelsk/patch-1
Browse files Browse the repository at this point in the history
Fix issue with TsvectorType.php
  • Loading branch information
ddmaster authored Aug 14, 2019
2 parents 32f5268 + 33f62dc commit 25a8fa3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dbal/TsvectorType.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ public function convertToDatabaseValue($value, AbstractPlatform $platform)
}
return $value;
}
}

public function requiresSQLCommentHint(AbstractPlatform $platform)
{
return true;
}
}

0 comments on commit 25a8fa3

Please sign in to comment.