Unverified Commit e9a62962 authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #3285 from mpdude/patch-1

Remove old comment from MysqliStatement
parents 3548adc7 b3f57e70
......@@ -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',
];
......
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