Mark Story
|
affd04b8a4
Fix first() failing on unbuffered queries.
|
11 years ago |
Mark Story
|
c87168b101
Remove query as an argument to result formatter methods.
|
11 years ago |
Walther Lalk
|
c4b286205a
Add a test proving that formaters on a belongsToMany join cause an error
|
11 years ago |
Mark Story
|
a02af9f5dc
Fix documentation and add exception for foreignKey in contain
|
11 years ago |
Jose Lorenzo Rodriguez
|
026ea94f8a
Refactoring to make all ORM tests pass on HHVM for SQlite
|
11 years ago |
Bryan Crowe
|
be845a3a01
Run phpcbf for PSR2 CS fixers
|
11 years ago |
Mark Story
|
f7863dbdd1
Merge pull request #5410 from cakephp/3.0-better-matching
|
11 years ago |
Mark Story
|
dab84c6561
Fix typo.
|
11 years ago |
Jose Lorenzo Rodriguez
|
63546f794b
Adding test to prove that matching() and contain() work for the same
|
11 years ago |
Walther Lalk
|
001bb58c8d
Fix failing insert tests on sqlserver
|
11 years ago |
Jose Lorenzo Rodriguez
|
77105cf16b
Restructuring how the junction table results are returned for matching,
|
11 years ago |
Jose Lorenzo Rodriguez
|
05434ffd69
Removing exception that prevented matching and contain in the same association
|
11 years ago |
Jose Lorenzo Rodriguez
|
6f8c3bde16
Adding test to prove that using contain and matchin on the same assoc works
|
11 years ago |
Jose Lorenzo Rodriguez
|
5571df729c
Placing data generated by matching into a _matchingData key for each row.
|
11 years ago |
euromark
|
aa0c90ed1f
Consolidate asserts
|
11 years ago |
Jose Lorenzo Rodriguez
|
69a6f1085e
Fixing __debugInfo for the query
|
11 years ago |
Jose Lorenzo Rodriguez
|
310b479b5f
Fixing a failing tests and marking another as icomplete
|
11 years ago |
Walther Lalk
|
7fc4cfe3ae
Fix CS error
|
11 years ago |
Walther Lalk
|
dad681999e
Add test to prove #5150
|
11 years ago |
okonomi
|
620aa95e20
exception's namespace strictly
|
11 years ago |
Mark Story
|
fc4d692a19
Merge pull request #4980 from cakephp/3.0-dynamic-strategy
|
11 years ago |
Jose Lorenzo Rodriguez
|
1ca4c6e3d3
Adding a couple extra assertions to clarify what the new option does
|
11 years ago |
Jose Lorenzo Rodriguez
|
35c324168e
Only clearing value bindings if the query was executed.
|
11 years ago |
Jose Lorenzo Rodriguez
|
ac7d9edbbc
Added tests for the strategy override feature in contain
|
11 years ago |
Jose Lorenzo Rodriguez
|
8be67566a5
Implementing ability to use a custom join type in contain
|
11 years ago |
Mark Story
|
d5828d0889
Merge pull request #4700 from antograssiot/3.0-pluralize-fixtures
|
11 years ago |
Jose Lorenzo Rodriguez
|
0e4cc2396d
Adding a ResultSetInterface to standarize the result of a query
|
11 years ago |
Anthony GRASSIOT
|
38b9abd19e
pluralize $fixtures
|
11 years ago |
Jose Lorenzo Rodriguez
|
cefcfcf7b3
A couple micro-optimizations related to counting results from ResultSet
|
11 years ago |
Jose Lorenzo Rodriguez
|
0c2f4669ab
Fixed broken tests
|
11 years ago |