Skip to content

Commit

Permalink
Merge pull request #3285 from mpdude/patch-1
Browse files Browse the repository at this point in the history
Remove old comment from MysqliStatement
  • Loading branch information
morozov authored Sep 12, 2018
2 parents 3548adc + b3f57e7 commit e9a6296
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Doctrine/DBAL/Driver/Mysqli/MysqliStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ class MysqliStatement implements \IteratorAggregate, Statement
ParameterType::BOOLEAN => 'i',
ParameterType::NULL => 's',
ParameterType::INTEGER => 'i',

// TODO Support LOB bigger then max package size
ParameterType::LARGE_OBJECT => 's',
];

Expand Down

0 comments on commit e9a6296

Please sign in to comment.