v2.7.1
Release v2.7.1
This release fixes unintentional BC breaks:
- It was impossible to use deprecated fetch modes with PDO-based drivers.
- An unsupported option passed to the
Column
object prevented subsequent options from being applied. - Date interval values stored prior to upgrade to
v2.7.0
were reported as invalid.
Total issues resolved: 10
Backwards Compatibility Fixes:
- 3082: Custom PDO fetch modes and 2.7.0 thanks to @corphi
- 3088: Fix #3082: Add BC for PDO-only fetch modes thanks to @corphi
- 3089: Don't skip column options. thanks to @andytruong
- 3093: When updating to version v2.7 type DateInterval throws errors thanks to @fnagel
- 3097: Fix compatibility for pre-2.7 DateIntervalType format thanks to @Majkl578
Documentation Improvements:
- 3083: Document the correct way of configuring a MariaDB database with serverVersion thanks to @tristanbes
- 3084: README: Add 2.7, drop 2.5 thanks to @Majkl578
Continuous Integration Improvements: