Skip to content

Commit 80cbf2c

Browse files
committed
docs: add changelog and upgrade
1 parent 851bf0d commit 80cbf2c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

user_guide_src/source/changelogs/v4.6.0.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,22 @@ Method Signature Changes
7777
- **View:** The return type of the ``renderSection()`` method has been
7878
changed to ``string``, and now the method does not call ``echo``.
7979

80+
Removed Type Definitions
81+
------------------------
82+
83+
- **Database:**
84+
- The type ``string`` of the first parameter in
85+
``BaseConnection::escapeIdentifier()`` has been removed.
86+
- The type ``string`` of the first parameter in
87+
``BaseConnection::getFieldNames()`` and ``SQLite3\Connection::getFieldNames()``
88+
have been removed.
89+
- The type ``string`` of the first parameter in
90+
``BaseConnection::_listColumns()`` and ``MySQLi\Connection::_listColumns()``
91+
and ``OCI8\Connection::_listColumns()``
92+
and ``Postgre\Connection::_listColumns()``
93+
and ``SQLSRV\Connection::_listColumns()``
94+
and ``SQLite3\Connection::_listColumns()`` have been removed.
95+
8096
.. _v460-removed-deprecated-items:
8197

8298
Removed Deprecated Items

0 commit comments

Comments
 (0)