mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-07 21:16:34 +02:00
pg_last_error does not work if no connection was ever established. Therefore we must keep track of connection errors in postgres dbal ourselves. PHPBB3-10057