File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,22 @@ Method Signature Changes
8484- **View: ** The return type of the ``renderSection() `` method has been
8585 changed to ``string ``, and now the method does not call ``echo ``.
8686
87+ Removed Type Definitions
88+ ------------------------
89+
90+ - **Database: **
91+ - The type ``string `` of the first parameter in
92+ ``BaseConnection::escapeIdentifier() `` has been removed.
93+ - The type ``string `` of the first parameter in
94+ ``BaseConnection::getFieldNames() `` and ``SQLite3\Connection::getFieldNames() ``
95+ have been removed.
96+ - The type ``string `` of the first parameter in
97+ ``BaseConnection::_listColumns() `` and ``MySQLi\Connection::_listColumns() ``
98+ and ``OCI8\Connection::_listColumns() ``
99+ and ``Postgre\Connection::_listColumns() ``
100+ and ``SQLSRV\Connection::_listColumns() ``
101+ and ``SQLite3\Connection::_listColumns() `` have been removed.
102+
87103.. _v460-removed-deprecated-items :
88104
89105Removed Deprecated Items
You can’t perform that action at this time.
0 commit comments