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 @@ -77,6 +77,22 @@ Method Signature Changes
77
77
- **View: ** The return type of the ``renderSection() `` method has been
78
78
changed to ``string ``, and now the method does not call ``echo ``.
79
79
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
+
80
96
.. _v460-removed-deprecated-items :
81
97
82
98
Removed Deprecated Items
You can’t perform that action at this time.
0 commit comments