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-3-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Database
- Added support for ``year`` column types in MySQL.
- Added support for ``inet``, ``cidr`` and ``macaddr`` network column types to
postgres driver.
- Added ``TypeFactory::getMapped()`` to retrieve the mapped class name for a specific type.
This provides a cleaner API compared to using ``TypeFactory::getMap()`` with a type argument.

I18n
----
Expand Down
Loading