- Jul 18, 2016
-
-
Richard Quadling authored
-
Richard Quadling authored
-
- Jul 15, 2016
-
-
Richard Quadling authored
-
Richard Quadling authored
-
- Jul 14, 2016
-
-
Richard Quadling authored
-
Richard Quadling authored
-
-
Richard Quadling authored
See #707
-
- Jul 11, 2016
-
-
Richard Quadling authored
-
- Jul 06, 2016
-
-
Richard Quadling authored
Fixes #888
-
- Jul 04, 2016
-
-
Richard Quadling authored
PHP 5.4+ can use phpunit v4.8.26 without generating any warnings. HHVM cannot use phpunit v4.8.26 HHVM CAN use phpunit v5.4.6, but produces deprecated warnings - warnings only that are resolvable and do not interfere with the build or code coverage. To achieve this, a build matrix is used such that PHP uses --prefer-lowest (which is phpunit v4.8.26) and HHVM uses the most recent version (phpunit v5.4.6 at this moment in time).
-
Richard Quadling authored
Fixes #884
-
- Jun 29, 2016
-
-
Richard Quadling authored
Fix - removeColumn in change() instead of up()
-
- Jun 27, 2016
-
-
Jakub Škorpík authored
Method removeColumn() is not supported in change() method according to http://docs.phinx.org/en/latest/migrations.html#the-change-method.
-
- Jun 23, 2016
-
-
Richard Quadling authored
-
- Jun 22, 2016
-
-
Richard Quadling authored
Fix failing phpunit for hhvm
-
Richard Quadling authored
Not using the --prefer-lowest. Not using PHPUnit v3.x hhvm is no longer allowed to fail Fix MysqlAdapterUnitTest ... Test\Phinx\Db\Adapter\MysqlAdapterUnitTest::testCreateTableAdvanced Trying to configure method "onDelete" which cannot be configured because it does not exist, has not been specified, is final, or is static Test\Phinx\Db\Adapter\MysqlAdapterUnitTest::testAddForeignKeyBasic Trying to configure method "onDelete" which cannot be configured because it does not exist, has not been specified, is final, or is static @todo Upgrade to use PHPUnit 5 and refactor unit tests to remove... PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead
-
Richard Quadling authored
Standardise the breakpoint related queries
-
Richard Quadling authored
Introduces a new method \Phinx\Db\Adapter\PdoAdapter::castToBool() By default, 0 and 1 are fine for mysql, sqlite and sqlsrv for boolean types. Postgres must use true and false for boolean types.
-
- Jun 21, 2016
-
-
Rob Morgan authored
-
Richard Quadling authored
-
Richard Quadling authored
Fixes #873
-
Richard Quadling authored
-
Richard Quadling authored
-
Richard Quadling authored
Introduce breakpoint support for rollbacks
-
Richard Quadling authored
-
Richard Quadling authored
Allow breakpoints to be set to stop accidental rollbacks. When a breakpoint is set, rollback will stop when it reaches that migration. Can be overridden with --force.
-
Richard Quadling authored
Introduce support for InputInterface alongside OutputInterface
-
Richard Quadling authored
This commit contains a backward incompatibility for template creation classes. Upgrade notes exist in UPGRADE_0.6.md
-
Richard Quadling authored
-
- Jun 20, 2016
-
-
Richard Quadling authored
Added Richard Quadling to list of authors Minor refinement to CreateTest to take into account some future changes
-
- Jun 17, 2016
-
-
Richard Quadling authored
-
Richard Quadling authored
Updated code to look at a seed set, rather than a string requiring explosion. Updated tests to supply a seed set, rather than a single string. Update documentation to reflect new functionality.
-
Richard Quadling authored
"[InvalidArgumentException] The seed class "" does not exist" when trying to run all the available seeds
-
-
Richard Quadling authored
-
Richard Quadling authored
-
Bartosz Maciaszek authored
-
Bartosz Maciaszek authored
-
- Jun 16, 2016
-
-
Rob Morgan authored
Add support for SQLite enums using CHECK().
-