Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -133,6 +133,8 @@ ORM
- ``SelectQuery``, ``InsertQuery``, ``UpdateQuery`` and ``DeleteQuery`` were added
which represent only a single type of query and do not allow switching between query types nor
calling functions unrelated to the specific query type.
- ``Table::_initializeSchema()`` has been removed and should be replaced by calling
``$this->getSchema()`` inside the ``initialize()`` method.

TestSuite
---------
Expand Down