Kevin Pfeifer
|
22491b5118
phpunit 10: static data providers part 1
|
3 years ago |
ADmad
|
9689d40500
Merge branch '4.next' into 5.x
|
4 years ago |
Corey Taylor
|
95e37a9adf
Simplify expression operator parsing and support multi-word operators
|
4 years ago |
Corey Taylor
|
00f0481fb7
Remove deprecated CaseExpression
|
4 years ago |
ndm2
|
35e925595d
Test the `case()` factory method with a `null` value.
|
4 years ago |
ndm2
|
11d6ea84db
Add support for setting the `CASE` value via the factory method.
|
4 years ago |
ndm2
|
10bc708e91
Add new `CASE` expression.
|
4 years ago |
Corey Taylor
|
27b1080860
Add native return types in tests/
|
4 years ago |
Corey Taylor
|
30dab5436d
Fix return typehints in tests
|
4 years ago |
Corey Taylor
|
52d80ab851
Fix tests param typehints
|
4 years ago |
Corey Taylor
|
11245d422f
Add Query::whereNotInListOrNull() and QueryExpression::notInOrNull()
|
5 years ago |
mscherer
|
803d60ae32
Clean up tests using PHPStan level 1.
|
5 years ago |
Edgaras Janušauskas
|
806941202b
Add and/or methods on QueryExpression directly
|
6 years ago |
mscherer
|
15f02f9450
Cleaner asserting for strict typehinting, lots of false positives fixed.
|
6 years ago |
ADmad
|
cf569b9c15
Fix CS error.
|
7 years ago |
Mark Story
|
da61322655
Add strict_types to database/expression
|
7 years ago |
mscherer
|
9229a7766b
Normalize string namespaces to non prefix slash.
|
7 years ago |
ADmad
|
9bd82d7ac1
Fix CS errors.
|
7 years ago |
ADmad
|
2f7354de38
Remove deprecated code from Expression classes.
|
8 years ago |
Jose Lorenzo Rodriguez
|
1ca5c045e4
Fix empty QueryExpression objects being converted as SQL
|
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 |
antograssiot
|
b19dd062bb
remove unsued import
|
10 years ago |
Jose Lorenzo Rodriguez
|
63e9f0324b
Using the typeMap in the specific comparison functions
|
10 years ago |
Jose Lorenzo Rodriguez
|
18b0ab6ca1
Fixing pagination with complex queries having expressions in order by
|
10 years ago |
Mark Story
|
4b7707d949
Make QueryExpression do deep clones.
|
10 years ago |
Mark Story
|
c369cfcd4e
Fix identifier quoting in conditions & order
|
10 years ago |