All Versions
18
Latest Version
Avg Release Cycle
54 days
Latest Release
1706 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.11.2 Changes
December 08, 2019๐ 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
-
v0.11.1 Changes
August 28, 2019 -
v0.11.0 Changes
August 28, 2019๐ Bug Fixes
- ๐ Fixed command names to fix breaking changes in symfony/console #1588
- ๐ Fixed missing
;
when using--dry-run
#1573 - ๐ Fix inserting multiple rows without zero key #1566
- ๐ Fix option names in exception message.
๐ New Features
AdapterWrapper::hasDatabase()
now has a return value #1572
Other Changes
-
v0.10.8 Changes
July 08, 2019๐ 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
--set
and--unset
options for breakpoints (#1560) - [SQLite] Implement hasPrimaryKey and hasForeignKey (#1548)
- [SQLite] New implementation of getColumns (#1554)
Other Changes
-
v0.10.7 Changes
April 25, 2019๐ 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
LIMIT
onCHAR
typed 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
- โ Add double type (#1493)
- โ Add Exit Status 1 on Exception (#1462)
- Non integer primary sqlite (#1450)
- โ Add feature to be able to define a boostrap script (#1455)
- โ Add small integer support to all Mysql, SqlServer and Sqlite (#1438)
- ๐ Make removeIndex work with one column as a string (#1437)
-
v0.10.6 Changes
August 12, 2018๐ 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
-
v0.10.5 Changes
July 12, 2018๐ Bug fixes
- ๐ Fixed boolean fields couldn't have default NULL
- ๐ Documentation fixes
-
v0.10.4 Changes
June 27, 2018๐ 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 theColumn
class