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.
|
12 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 |
Bryan Crowe
|
0c7190be17
Use semantic version for since doc block
|
12 years ago |
Jose Lorenzo Rodriguez
|
0f67c3f4dd
Fixed failing test that was brought from 2.5 code
|
12 years ago |
Jose Lorenzo Rodriguez
|
b735c5dc30
Adding __debugInfo to Database\Query
|
12 years ago |
Ber Clausen
|
ff980a336f
More dots added, some removed. Also a typo was removed.
|
12 years ago |
Ber Clausen
|
e6a8321b18
Missing dots.
|
12 years ago |
ndm2
|
29caa951c3
Fix docblock/function signature mismatches (parameter name typos, wrong parameter types, missing parameter tags, invalid/wrong/missing return types, missing/unnecessary leading backslashes for namespaces, etc...)
|
12 years ago |
ndm2
|
307719973f
Remove unnecessary @return tags in constructor and deconstructor docblocks.
|
12 years ago |
ndm2
|
31d36c00a5
Fix malformed/missing @throws docblock tags (split into multiple tags, add missing leading backslashes and sub-namespaces, etc)
|
12 years ago |