History log of /PHP-8.2/ext/pdo_sqlite/tests/bug38334.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 417f3fdb 08-Aug-2023 Alexandre Daubois <2144837+alexandre-daubois@users.noreply.github.com>

Improve `ext/pdo_sqlite` tests cleanup (#11900)


# 74859783 11-Jun-2021 Nikita Popov

Migrate SKIPIF -> EXTENSIONS (#7138)

This is an automated migration of most SKIPIF extension_loaded checks.


# 438b025a 23-Dec-2020 Nikita Popov

Support native types in PDO SQLite

Return integers and floats as native types if possible. As usual,
the old behavior can be restored by enabling ATTR_STRINGIFY_FETCHES.

Fixes b

Support native types in PDO SQLite

Return integers and floats as native types if possible. As usual,
the old behavior can be restored by enabling ATTR_STRINGIFY_FETCHES.

Fixes bug #38334.

show more ...