ndm2
|
9288415305
Add test that covers callable usage with `Query::order()`.
|
7 年之前 |
Mark Story
|
d50b5576b3
Fix fetchAll(obj) only getting one record.
|
7 年之前 |
José Lorenzo Rodríguez
|
8cef842e89
Merge pull request #11904 from cakephp/fix-appveyor
|
8 年之前 |
Mark Story
|
689ab57395
More tweaks for sqlserver compat.
|
8 年之前 |
Mark Story
|
da5929bdd6
Merge pull request #11886 from xaphalanx/fetch-methods-11795
|
8 年之前 |
Mark Story
|
4278aac5d1
Fix condition to work better on sqlserver.
|
8 年之前 |
Florian Krämer
|
8f5646b16b
Adding tests for Query::whereNull and Query::whereNotNull
|
8 年之前 |
Eugene Ritter
|
57d1a89e03
stickler wants the use statement in a different order.
|
8 年之前 |
Eugene Ritter
|
142936493e
Added 'obj' back to the fetch and fetchAll methods.
|
8 年之前 |
Florian Krämer
|
39bf33303d
Refactoring whereNotNull() and whereNull()
|
8 年之前 |
Mark Story
|
20fb859d73
Remove problematic field
|
8 年之前 |
Eugene Ritter
|
ac6bb7fec0
Tests
|
8 年之前 |
Eugene Ritter
|
dd96a7ebba
Using a typemap for more consistent results
|
8 年之前 |
Eugene Ritter
|
a93b0ff5be
Updated and fixed type-o in tests.
|
8 年之前 |
Eugene Ritter
|
9c89740e12
Updated and fixed type-o in tests.
|
8 年之前 |
Mark Story
|
b9b6983f20
Attempt to fix the failing appveyor builds.
|
8 年之前 |
Florian Krämer
|
60c0b639a7
Adding whereNotNull() and whereNull() to the query object
|
8 年之前 |
Eugene Ritter
|
ac4bf96569
Merge remote-tracking branch 'origin/fetch-methods-11795' into fetch-methods-11795
|
8 年之前 |
Eugene Ritter
|
0fe1830b1c
Using AssertSame instead of AssertEquals.
|
8 年之前 |
stickler-ci
|
6594ed91db
Fixing style errors.
|
8 年之前 |
Eugene Ritter
|
77a6dc11f4
Removed fetchObject() and fetchAllObjects(). Left fetchColumn(), fetchAssoc().
|
8 年之前 |
Eugene Ritter
|
1b36a9a361
StdClass -> stdClass
|
8 年之前 |
Eugene Ritter
|
051c6e35e9
Added methods to fetchAssoc(), fetchColumn($position), fetchObject(), fetchAllObjects()
|
8 年之前 |
Mark Story
|
720d97fcb6
Merge pull request #11782 from cakephp/3.next-query-in-not-in
|
8 年之前 |
mscherer
|
81edbac889
Use whereInList() and whereNotInList().
|
8 年之前 |
chinpei215
|
9a1e49ee13
Rename whereIn()/whereNotIn() to whereInArray()/whereNotInArray()
|
8 年之前 |
mscherer
|
8f0cde76ce
Fix test cases.
|
8 年之前 |
mscherer
|
9c36a4818f
Use safer defaults and make it a more deliberate choice to use intuitive behavior.
|
8 年之前 |
mscherer
|
6075bc4bc4
Add whereIn() and whereNotIn() and allow to behave as intuitively expected.
|
8 年之前 |
Mark Story
|
d8c3405934
Fix typos.
|
8 年之前 |