mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
15 lines
354 B
Markdown
15 lines
354 B
Markdown
# 4.4.0
|
|
|
|
## Overview {#overview}
|
|
|
|
- [Correct PHP types are now returned from database queries](/developer_guides/model/sql_select#data-types)
|
|
|
|
## Upgrading {#upgrading}
|
|
|
|
tbc
|
|
|
|
## Changes to internal APIs
|
|
|
|
- `PDOQuery::__construct()` now has a 2nd argument. If you have subclassed PDOQuery and overridden __construct()
|
|
you may see an E_STRICT error
|