mscherer
|
76659e2e92
Added missing mixin for QueryExpression.
|
7 years ago |
Timur Asaliev
|
b4dc9c9ece
Add callable typehint to `or_` query expression
|
7 years ago |
Timur Asaliev
|
6d779debff
Add callable typehint to `and_` query expression
|
7 years ago |
Jose Lorenzo Rodriguez
|
1ca5c045e4
Fix empty QueryExpression objects being converted as SQL
|
7 years ago |
Mark Story
|
d0ef5c8deb
Merge branch 'master' into 3.next
|
8 years ago |
David Yell
|
bfc0cf2d7f
Changed docblock
|
8 years ago |
Mark Story
|
ce5ae5e687
Fix phpstan and phpcs errors.
|
8 years ago |
Mark Story
|
46de16e00f
Add deprecation warnings to the Database package.
|
8 years ago |
chinpei215
|
3f24349015
Fix backward incompatibility of QueryExpression::type()
|
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 |
ypnos-web
|
1b762983c6
Fix method documentation
|
9 years ago |
dereuromark
|
ab96da0ca4
Fix up return self to $this for chainable.
|
9 years ago |
dereuromark
|
1c4c0ffac9
Fix up late static binding newable.
|
9 years ago |
Mark Story
|
666281f0a7
Merge pull request #10033 from cakephp/3.next-ide
|
9 years ago |
Mark Story
|
d2d7dca432
Merge branch 'master' into 3.next
|
9 years ago |
ndm2
|
f10d092d96
Fix expression doc blocks.
|
9 years ago |
dereuromark
|
cd379b2fc5
Fix up doc block return types for chaining.
|
9 years ago |
Anthony GRASSIOT
|
003df77ed0
Deprecation removal
|
9 years ago |
dereuromark
|
2f0133bbbe
Use self instead of $this for IDE compatibility.
|
9 years ago |
dereuromark
|
97f008a711
Split combined into separate getter setter for cleaner API.
|
9 years ago |
Yevgeny Tomenko
|
ebeeb731f7
Implements QueryExpression::exists and QueryExpression::notExists methods
|
9 years ago |
ADmad
|
855c4d114b
Fix CS error.
|
9 years ago |
Mark Scherer
|
a2318a3bec
Run sniffer to auto-fix default params into doc blocks.
|
10 years ago |
Mark Scherer
|
d5c39cc444
Fix some more doc block issues.
|
10 years ago |
Yevgeny Tomenko
|
a7f59a2db9
Coding standart fix.
|
10 years ago |
Yevgeny Tomenko
|
f03f45d8c2
Added check for input parameters types in QueryExpression::equalFields.
|
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 |
Mark Scherer
|
6b3aaa272a
Fix FQCN in docblocks.
|
10 years ago |