Skip to content

Commit

Permalink
Merge pull request #7639 from cakephp/connection-connect
Browse files Browse the repository at this point in the history
5.x Add notes for connection::connect()
  • Loading branch information
markstory authored Jul 3, 2023
2 parents 4912849 + ed31c38 commit 6f3618d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions en/appendices/5-0-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ Database
into the ``Driver`` class itself.
- ``CaseExpression`` has been removed and should be replaced with
``QueryExpression::case()`` or ``CaseStatementExpression``
- ``Connection::connect()`` has been removed. Use
``$connection->getDriver()->connect()`` instead.

Datasource
----------
Expand Down

0 comments on commit 6f3618d

Please sign in to comment.