History log of /PHP-8.2/ext/pdo_sqlite/tests/pdo_sqlite_filename_uri.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 108bd441 24-Nov-2021 othercorey

Add pdo_sqlite tests for empty filename and in-memory uri (#7662)

pdo_sqlite already supports empty filenames and shared in-memory DBs. Add tests for them.

# 74859783 11-Jun-2021 Nikita Popov

Migrate SKIPIF -> EXTENSIONS (#7138)

This is an automated migration of most SKIPIF extension_loaded checks.

# a8dd009f 17-Jan-2021 tzmfreedom

Allow specifying sqlite3 DSN (file:/) in PDO SQLite

Closes GH-6610.