Releases: cakephp/phinx
Releases · cakephp/phinx
Phinx 0.11.4
Included commits: 0.11.3...0.11.4
Fixes
- Fixed offset warning shown when using invalid version for breakpoint
Improvements
- Added fetch_mode option support for PDO adapter
- Print version order when running migrate
- Allow setting SRID for geometry types
Phinx 0.11.3
Fixes
Removed composer.json version number to allow normal release/tagging.
Fixes previously broken patch release.
Phinx 0.11.2
Fixes
- SQLite fixes
- Do not print out status table when specifying --format json
Improvements
- PHP 7.4 compatibility
- Symfony 5 compatibility
- Introduced new command to list migration template creation aliases
Phinx 0.11.1
Phinx 0.11.0
v0.10.8
Bug Fixes
- [PDO & SQLite] Quoting (#1542)
- [Postgres] Fix truncate table (#1555, #1474)
- [SQLite] Fix truncate table (#1556)
- [SQLite] Fixes to index handling (#1545)
- [SQLite] Improved dropDatabase, and other minor fixes (#1533)
- [SqlServer] Fix SqlServer syntax after making precision alias of limit (#1529)
New Features
- Add double type (#1493)
- Introduce
--setand--unsetoptions for breakpoints (#1560) - [SQLite] Implement hasPrimaryKey and hasForeignKey (#1548)
- [SQLite] New implementation of getColumns (#1554)
Other Changes
v0.10.7
Bug Fixes
- Several bug fixes introduced in 0.10 related to the batching of alter table statements (#1523)
- Fixed DSN parsing (#1433)
- SQLite Adapter now respects
LIMITonCHARtyped columns (#1518) - Fixes decimal info
getColumns()(#1466) - Prevent data insertion when passing an empty array (#1496)
- Quote column names when running CHECK command (#1444)
New Features
v0.10.6
Bug Fixes
- Fixed wrong SQL used when adding new columns to a table in SQLite
- Do not output all migrations in the -vvv output when running migrations every single time.
New Features
- Ability to change the primary key and table comment
- Added
Table::getColumn()method
v.0.10.5
v0.10.4
Bug Fixes
- Creating FULL TEXT indexes in MySQL is now done in separate steps, as it does not support creating multiple indexes of this type at the same time.
- Made the SQLServer adapter work again
Features
- Added the
setPrecisionAndScale()method to theColumnclass