History log of /php-src/ext/pdo_pgsql/tests/gh12423.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# cf701fb4 23-Oct-2023 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

Optimized pdo_pgsql connection test (#12454)


# 47c6b3bd 16-Oct-2023 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

Fixed regular expression to get password from dsn (#12448)


# 4bb75058 16-Oct-2023 David CARLIER

Fix 12424 PDO_PGSQL unit test unexistent variables (#12446)

* Fix 12424 PDO_PGSQL unit test unexistent variables
Co-authored-by: Saki Takamachi <34942839+SakiTakamachi@users.noreply.gith

Fix 12424 PDO_PGSQL unit test unexistent variables (#12446)

* Fix 12424 PDO_PGSQL unit test unexistent variables
Co-authored-by: Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

show more ...


# b5c287e4 12-Oct-2023 SakiTakamachi

Fix GH-12423: Changed to prioritize DSN authentication information over arguments.

Added connection test

Close GH-12424