We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3876bdd commit 57edd82Copy full SHA for 57edd82
user_guide_src/source/changelogs/v4.5.6.rst
@@ -40,7 +40,7 @@ Bugs Fixed
40
- **Routing:** Fixed a TypeError in `str_replace()` when `Routing::$translateURIDashes` is set to `true` and a route is defined using a closure.
41
42
- **Validation:** Fixed a bug where complex language strings were not properly handled.
43
-- **PostgreSQL Connection:** Fixed bug that PostgreSQL cannot reconnect the database with ``reconnect()`` method.
+- **Database:** Fixed a bug that caused ``Postgre\Connection::reconnect()`` method to throw an error when the connection had not yet been established.
44
45
See the repo's
46
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
0 commit comments