Commit History

Author SHA1 Message Date
  ADmad 1bd14cae10 Use typehinting instead of throwing exception. 11 years ago
  ADmad 51d9247af1 Throw exception if argument passed to Table::connection() is of incorrect type 11 years ago
  Mark Story bf45a466ad Add and use Table::aliasField() where it makes sense. 11 years ago
  Mark Story 7b5cfed142 Fix PHPCS error. 11 years ago
  Jose Lorenzo Rodriguez d363a75cf6 Quick solution for casting result primary keys to the correct type 11 years ago
  Jose Lorenzo Rodriguez 769865666e Allowing cloned entities to be saved after marked as new 11 years ago
  Mark Story 6617d6f2ad Move composite key tests into CompositeKeys test suite. 11 years ago
  Mark Story 08173c7263 Restore IDs in SiteAuthors fixture. 11 years ago
  Mark Story 8c69ebf516 Fix PHPCS. 11 years ago
  Mark Story 8b18ed22bb Add test helper for skipping sqlserver & sqlite tests. 11 years ago
  Mark Story ae1560a6a1 Fix composite primary key reflection in postgres. 11 years ago
  Mark Story 4d1150ea31 Fix composite primary key support when inserting data. 11 years ago
  José Lorenzo Rodríguez ca7ff37e6e Merge pull request #5972 from cakephp/3.0-aftersavecommit 11 years ago
  ADmad 4007e29a1c Use EventManager::on() instead of deprecated EventManaged::attach() 11 years ago
  ADmad 8d47787ad4 Trigger afterDeleteCommit for non-atomic deletes too for primary table. 11 years ago
  ADmad 3ee2e90ab5 Trigger afterSaveCommit for non-atomic saves too for primary table. 11 years ago
  ADmad bafd922f60 Add afterDeleteCommit event. 11 years ago
  ADmad 451dc357e9 Use Connection::isTransaction() instead of _primary flag. 11 years ago
  ADmad 3b0c4b92e5 Add tests for afterSaveCommit 11 years ago
  Mark Story ee5300668c Fix scope option not working in validateUnique. 11 years ago
  AD7six 4911a538db Add the registry alias to debug table debug info 11 years ago
  Patrick Conroy 4e9dfb3934 Adding test to compare Entity sources 11 years ago
  AD7six 5540126555 Add/modify a test for self-joined tables 11 years ago
  AD7six 93106cde56 Check the association table 11 years ago
  AD7six ce81f6266e Add some more test coverage for association aliases 11 years ago
  AD7six 74c76d48ac Add one more test for a reported problem 11 years ago
  AD7six 917c43ff04 And, add the other permutation too 11 years ago
  AD7six 67410cd213 Add explicit test for #3425 11 years ago
  Jose Lorenzo Rodriguez f044137152 Fixing entity source after recent changes 11 years ago
  AD7six 07cde4463b Better example test 11 years ago