Release v2.7.2
Release v2.7.2
This release backports the bug fixes implemented in newer DBAL versions.
Total issues resolved: 7
Platforms:
Schema Comparison:
- 3086: Postgres, Oracle and SQL Server Sequence increment_by & min_value as int thanks to @simPod
- 3210: Unnecessary alter sequence queries generated on Oracle db during schema update thanks to @bobvandevijver
Performance:
- 3114: Portability Statement still fetches all data in iterator mode thanks to @morozov
- 3115: Replaced ArrayIterator with StatementIterator in Portability\Connection thanks to @morozov
Documentation: