Perfect.
Thanks, Nikita!
On Sat, Jun 19, 2021 at 11:04 AM Nikita Popov wrote:
> On Sat, Jun 19, 2021 at 7:32 PM Sergei Morozov wrote:
>
>> Hi Internals,
>>
>> While trying to run Doctrine DBAL test suite on PHP 8.1, I noticed a few
>> differences in PHP 8.1 behavior compared to the earlier ver
On Sat, Jun 19, 2021 at 7:32 PM Sergei Morozov wrote:
> Hi Internals,
>
> While trying to run Doctrine DBAL test suite on PHP 8.1, I noticed a few
> differences in PHP 8.1 behavior compared to the earlier versions:
>
>1. pdo_sqlite returns integer and decimal columns as PHP integers and
>
Hi Internals,
While trying to run Doctrine DBAL test suite on PHP 8.1, I noticed a few
differences in PHP 8.1 behavior compared to the earlier versions:
1. pdo_sqlite returns integer and decimal columns as PHP integers and
floats respectively instead of representing them as numeric strings.