Skip to content

Commit

Permalink
Patch MySQL driver with our know patch from
Browse files Browse the repository at this point in the history
doctrine/dbal#2422
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
  • Loading branch information
rullzer committed Oct 11, 2016
1 parent 9da4361 commit 106b980
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public function convertException($message, DriverException $exception)
case '1171':
case '1252':
case '1263':
case '1364':
case '1566':
return new Exception\NotNullConstraintViolationException($message, $exception);
}
Expand Down

0 comments on commit 106b980

Please sign in to comment.