Commit History

Author SHA1 Message Date
  José Lorenzo Rodríguez 69266d4a4a Merge pull request #4227 from dakota/3.0-case-expression 11 years ago
  Walther Lalk 618509293d Fix failing postgres tests 11 years ago
  Walther Lalk 83e09d8878 Defrost the CakeExpression snow flake by replacing the rather unique way it dealt with types with the same technique used in other Expression classes. 11 years ago
  Walther Lalk 5cc3ef091f Automatically set the value type for the case statement 11 years ago
  mark_story c68ec84020 Fix failing tests and PHPCS errors. 11 years ago
  Walther Lalk b8c00d4f52 Fix failing test on SqlServer 11 years ago
  Walther Lalk 820f52289b Add integration test for the CaseExpression 11 years ago
  mark_story 0d6f20251f Fix deleting with aliased conditions. 11 years ago
  euromark fa987c7843 Unify assert method argument order. 11 years ago
  antograssiot a5bd7102ee more typos 11 years ago
  Jose Lorenzo Rodriguez f15a6f58d5 Translating IS operator to the best possible operator depending on value 11 years ago
  Jose Lorenzo Rodriguez d227e151b6 Making `IN` conditions accept an empty array 11 years ago
  mark_story 409fbb1b18 Fix build failures. 11 years ago
  Jose Lorenzo Rodriguez 960ba0c76d Adding support for using callables in join conditions 11 years ago
  Jose Lorenzo Rodriguez 18c5b306d7 Adding tests for innerJoin and rightJoin 11 years ago
  Jose Lorenzo Rodriguez f3941b9a91 Fixing code and adding test for leftJoin 11 years ago
  Jose Lorenzo Rodriguez 1b44f4b4e0 Allowing Query::newExpr() to wrap any passed string or array as a shorthad for writing raw sql 11 years ago
  euromark 5cde7849b7 Fix CS. 11 years ago
  mark_story 831b2e9b5d Move test into class where the problem/feature was. 11 years ago
  mark_story 9b60b7d7e3 Fix docblock errors. 11 years ago
  Jose Lorenzo Rodriguez 06cc54c0f8 Automatically quoting strings passed to isNull and isNotNull 11 years ago
  Jose Lorenzo Rodriguez ee0eb638ce Re-implementing UnaryExpression to make it more simple 11 years ago
  mark_story 5fee0c60de Set a default type for queries. 11 years ago
  Bryan Crowe d52ae87485 Fix license docblocks for phpdoc format 12 years ago
  mark_story db1663034f Fix additional failing tests under old SQLServer 12 years ago
  Mark Story 58517f0a23 Merge pull request #3306 from cakephp/3.0-sql-server 12 years ago
  euromark b1897f5b45 Adjust doc blocks according to convention. 12 years ago
  Jose Lorenzo Rodriguez 293e9038a6 Moving SQL generation to a separate object inside Connection 12 years ago
  Jose Lorenzo Rodriguez 40a430083b Fixing function expressions for SQLServer 12 years ago
  Jose Lorenzo Rodriguez d3d106050e Fixing more tests for SQLServer, for now modifying a query after being 12 years ago