mark_story
|
1f3fa57f2e
Update docs refs #4962
|
11 years ago |
ADmad
|
37d6ad7072
Remove unused variables.
|
11 years ago |
mark_story
|
aa72c19a8f
Add limit parameter to page()
|
11 years ago |
Bryan Crowe
|
608e1c5ae7
Add space after closures' function keyword
|
11 years ago |
mark_story
|
0d6f20251f
Fix deleting with aliased conditions.
|
11 years ago |
Anthony GRASSIOT
|
b4d4a9a9c1
more typos
|
11 years ago |
antograssiot
|
b7fccea326
typos
|
11 years ago |
Walther Lalk
|
130ad7e9b7
Tests that callable is not a string
|
11 years ago |
Jose Lorenzo Rodriguez
|
960ba0c76d
Adding support for using callables in join conditions
|
11 years ago |
Jose Lorenzo Rodriguez
|
f3941b9a91
Fixing code and adding test for leftJoin
|
11 years ago |
Jose Lorenzo Rodriguez
|
20d54fed77
Adding leftJoin, rightJoin and innerJoin methods to the Query class
|
11 years ago |
Jose Lorenzo Rodriguez
|
1b44f4b4e0
Allowing Query::newExpr() to wrap any passed string or array as a shorthad for writing raw sql
|
11 years ago |
mark_story
|
061b5d69d8
Fix API doc errors for Database/
|
11 years ago |
mark_story
|
67a767a49d
Update to use return $this in query docs.
|
11 years ago |
euromark
|
2527d9ebd7
Remove unused use imports
|
11 years ago |
mark_story
|
0ea10bf6e5
Fix a pile of API doc errors in Database/
|
11 years ago |
mark_story
|
5fee0c60de
Set a default type for queries.
|
11 years ago |
Bryan Crowe
|
d52ae87485
Fix license docblocks for phpdoc format
|
12 years ago |
Mark Story
|
58517f0a23
Merge pull request #3306 from cakephp/3.0-sql-server
|
12 years ago |
euromark
|
b1897f5b45
Adjust doc blocks according to convention.
|
12 years ago |
Jose Lorenzo Rodriguez
|
3519c06115
Adding a specialized query compiler for SQL Server
|
12 years ago |
Jose Lorenzo Rodriguez
|
293e9038a6
Moving SQL generation to a separate object inside Connection
|
12 years ago |
Jose Lorenzo Rodriguez
|
d3d106050e
Fixing more tests for SQLServer, for now modifying a query after being
|
12 years ago |
Jose Lorenzo Rodriguez
|
1d201c63c4
Implemented the limit clause for SQLServer
|
12 years ago |
euromark
|
f90a28cc5a
Simplify methods and harden their signature
|
12 years ago |
euromark
|
6d1bacae3a
casing
|
12 years ago |
Mark Story
|
10377c6acb
Merge pull request #3133 from tigrang/type_mapping_objects
|
12 years ago |
Renan Gonçalves
|
6342328592
Removing parentheses from generated Query when converting to string.
|
12 years ago |
Tigran Gabrielyan
|
cd7065944b
Add TypeMap for expressions
|
12 years ago |
ndm2
|
615cf37500
Docblock related updates/fixes.
|
12 years ago |