Skip to content

Releases: cakephp/phinx

0.16.9

26 May 01:13
524ebde
Compare
Choose a tag to compare

Fixes

Documentation

Full Changelog: 0.16.8...0.16.9

0.16.8

04 May 18:18
06f83d7
Compare
Choose a tag to compare

Fixes

Maintenance

Full Changelog: 0.16.7...0.16.8

0.16.7

17 Apr 17:50
edd6178
Compare
Choose a tag to compare

Features

Fixes

  • Trim trailing semicolon before executing query by @Yopai in #2344

Documentation

New Contributors

Full Changelog: 0.16.6...0.16.7

0.16.6

21 Dec 00:31
5bad109
Compare
Choose a tag to compare

Improvements

Bug Fixes

  • Improve collision handling on multiple create calls by @MasterOdin in #2325
  • Fix type with space between limit and precision in SQLiteAdapter by @MasterOdin in #2329
  • Fix SQLiteAdapter::getColumns with Literal column by @MasterOdin in #2331

Deprecations

  • Add deprecation warning for Util::mapClassNameToFileName by @MasterOdin in #2327

Documentation

Miscellaneous

New Contributors

Full Changelog: 0.16.5...0.16.6

0.16.5

03 Oct 15:41
31d837c
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: 0.16.4...0.16.5

0.16.4

26 Sep 12:28
0ef61fc
Compare
Choose a tag to compare

Bug Fixes

Miscellaneous

Full Changelog: 0.16.3...0.16.4

0.16.3

07 Sep 07:52
b5dab99
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Misc

  • Consolidate insert/bulkInsert implementations by @MasterOdin in #2300
  • DRY info output for console commands by @MasterOdin in #2302
  • Fix phpcs error in PDOAdapter by @MasterOdin in #2308
  • Move schema to class property for PostgresAdapter by @MasterOdin in #2309
    Note: The PostgresAdapter::getGlobalSchemaName protected function has been removed. Use the PostgresAdapter::$schema class member variable instead.

New Contributors

Full Changelog: 0.16.2...0.16.3

0.16.2

22 Jul 22:01
5779080
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

New Contributors

Full Changelog: 0.16.1...0.16.2

0.16.1

04 Jun 03:36
6e522d6
Compare
Choose a tag to compare

Features

Bug Fixes

Miscellaneous

New Contributors

Full Changelog: 0.16.0...0.16.1

0.16.0

24 Jan 05:25
e039a72
Compare
Choose a tag to compare

Breaking Changes

  • Validate datetime for version by @dereuromark in #2249
    When using AbstratMigration class, when it's instantiated, the version will be validated that it is 14 characters (YYYYMMDDHHmmSS). A future version may strengthen this to validate that it's a valid datetime. To get prior behavior, will need to extend the AbstractMigration class and either override the constructor or the new validateVersion method.
  • Fix inconsistencies with hasPrimaryKey by @DrewKolstad in #2228
    Previously hasPrimaryKey would return inconsistently if the passed array of columns was a subset/superset of actual primary keys. This function should now only return true iff the passed array of columns strictly matches the actual list of primary key columns (same length and values). Postgres and SQLServer are case sensitive, while MySQL and SQLite are case insensitive.

Fixes

Docs

Misc

New Contributors

Full Changelog: 0.15.5...0.16.0