Commit History

Author SHA1 Message Date
  Mark Story 668c087398 Merge branch 'master' into 3.next 8 years ago
  Marc Würth 3a6bd75832 Use HTTPS for the opensource.org URL 8 years ago
  Marc Würth c61ab5ee95 Use HTTPS for the cakefoundation.org URL 8 years ago
  Marc Würth 4c774ce4b7 Use HTTPS for the cakephp.org URL 8 years ago
  Robert Pustułka b9d2d87761 Added a test for hasColumn(). 8 years ago
  Mark Story 2b0f9039b1 Add ability to remove columns from schema objects. 9 years ago
  Marc Würth 05305555a3 Remove superfluous whitespace in doc blocks 9 years ago
  antograssiot ad124a3260 fix malformed dataproviders 9 years ago
  chinpei215 7928668068 Add support for per-column collation 9 years ago
  Mark Story afd03b6b7f Fix test. 10 years ago
  Mark Story b01ae5ca81 Add tests for #8379 10 years ago
  Mark Story 752d848d45 Fix the queries for postgres index/constraint reflection. 10 years ago
  Yevgeny Tomenko 5ede142458 Added identiferEquals method for expressions to use fields with quoting in join conditions. Added identifier parameter for expressions. 10 years ago
  Yves P b3c383d1a8 Remove constraint support for SQLite 10 years ago
  Yves P 0aeb8625fc Fix tests for SqlServer 10 years ago
  Yves P d2993dd1d1 Reorder fixtures to prove that the order does not matter anymore 10 years ago
  Jose Lorenzo Rodriguez 722cbf8680 Removing baseType from the output of Table::column() 10 years ago
  Jose Lorenzo Rodriguez 7daa24e64a Fixed tests 10 years ago
  Jose Lorenzo Rodriguez e726b0d91d Reading baseColumnType() insted of columnType() in EntityContext 10 years ago
  Yves P afccef8dee The TableRegistry should be cleared to prevent conflicts with 10 years ago
  Yves P cd4ac1d89b Delete unused fixture and add a test which asserts that single column constraint works as expected 10 years ago
  Yves P d485e31d1d Remove a use statement 10 years ago
  Yves P 0aea497e2d Make the foreign key constraints columns references resolution DRY 10 years ago
  Yves P 0c8ecd055d Add a failing test to show that Schema reflection does not correctly reflects 10 years ago
  Mark Story fe747324b6 Add isNullable to Schema\Table. 11 years ago
  Bryan Crowe be845a3a01 Run phpcbf for PSR2 CS fixers 11 years ago
  Mark Story 84e9edbbbf Account for null = false and null default value. 11 years ago
  Mark Story 28cae9d06e Fix null default values not being returned by defaultValues() 11 years ago
  Mark Story dba0c10ccd Always return an array from Table::primaryKey(). 11 years ago
  mark_story 92627d1a46 Add Table::defaultValues() 11 years ago