提交历史

作者 SHA1 备注 提交日期
  Mark Story 0584e60d8b Fix empty query expressions for generating invalid SQL. 11 年之前
  Mark Story 13bdda3fe1 Add tests for empty expression objects in association conditions. 11 年之前
  Jose Lorenzo Rodriguez 94a2709494 Adding a help text in the Query __debugInfo 11 年之前
  Jose Lorenzo Rodriguez 8737106716 Added test to show how to use isEmpty() on a query 11 年之前
  Jose Lorenzo Rodriguez 5790c3bddd Adding a test to show it is possible to pass an expression in Query::update() 11 年之前
  José Lorenzo Rodríguez 28989f2461 Merge pull request #6412 from cakephp/issue-6384 11 年之前
  Mark Story eab525c776 Fix bound values being dropped when a clone is made. 11 年之前
  Jose Lorenzo Rodriguez baedcff9db Showing that caching a query result actually works. 11 年之前
  Mark Story faa2bc3074 Don't assume that queries always contain fields 11 年之前
  Jose Lorenzo Rodriguez ba426f15f9 Fixed indentation 11 年之前
  Jose Lorenzo Rodriguez a69abed729 Optimizing ResultSet by having less loops. 11 年之前
  Patrick Conroy 24df08da15 Cleaning up tests 11 年之前
  Patrick Conroy d3905cb4c9 Removing method for validStategy, cleaning up QueryTest 11 年之前
  Patrick Conroy c71df6a825 Adding ability for subclasses of Association to lock down possible strategies 11 年之前
  Mark Story ee4d309dab Reset EagerLoader when cloning a query. 11 年之前
  Mark Story 4d0bbe4e43 Exclude features from count queries with eagerloader features. 11 年之前
  Mark Story efdcef56ca Fixate the sort for an association. 11 年之前
  Mark Story 7e0cfa9c46 Reduce scope of changes in previous commit. 11 年之前
  Mark Story affd04b8a4 Fix first() failing on unbuffered queries. 11 年之前
  Mark Story c87168b101 Remove query as an argument to result formatter methods. 11 年之前
  Walther Lalk c4b286205a Add a test proving that formaters on a belongsToMany join cause an error 11 年之前
  Mark Story a02af9f5dc Fix documentation and add exception for foreignKey in contain 11 年之前
  Jose Lorenzo Rodriguez 026ea94f8a Refactoring to make all ORM tests pass on HHVM for SQlite 11 年之前
  Bryan Crowe be845a3a01 Run phpcbf for PSR2 CS fixers 11 年之前
  Mark Story f7863dbdd1 Merge pull request #5410 from cakephp/3.0-better-matching 11 年之前
  Mark Story dab84c6561 Fix typo. 11 年之前
  Jose Lorenzo Rodriguez 63546f794b Adding test to prove that matching() and contain() work for the same 11 年之前
  Walther Lalk 001bb58c8d Fix failing insert tests on sqlserver 11 年之前
  Jose Lorenzo Rodriguez 77105cf16b Restructuring how the junction table results are returned for matching, 11 年之前
  Jose Lorenzo Rodriguez 05434ffd69 Removing exception that prevented matching and contain in the same association 11 年之前