euromark
|
fa987c7843
Unify assert method argument order.
|
11 years ago |
antograssiot
|
a5bd7102ee
more typos
|
11 years ago |
Jose Lorenzo Rodriguez
|
f15a6f58d5
Translating IS operator to the best possible operator depending on value
|
11 years ago |
Jose Lorenzo Rodriguez
|
d227e151b6
Making `IN` conditions accept an empty array
|
11 years ago |
mark_story
|
409fbb1b18
Fix build failures.
|
11 years ago |
Jose Lorenzo Rodriguez
|
960ba0c76d
Adding support for using callables in join conditions
|
11 years ago |
Jose Lorenzo Rodriguez
|
18c5b306d7
Adding tests for innerJoin and rightJoin
|
11 years ago |
Jose Lorenzo Rodriguez
|
f3941b9a91
Fixing code and adding test for leftJoin
|
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 |
euromark
|
5cde7849b7
Fix CS.
|
11 years ago |
mark_story
|
831b2e9b5d
Move test into class where the problem/feature was.
|
11 years ago |
mark_story
|
9b60b7d7e3
Fix docblock errors.
|
11 years ago |
Jose Lorenzo Rodriguez
|
06cc54c0f8
Automatically quoting strings passed to isNull and isNotNull
|
11 years ago |
Jose Lorenzo Rodriguez
|
ee0eb638ce
Re-implementing UnaryExpression to make it more simple
|
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
|
db1663034f
Fix additional failing tests under old SQLServer
|
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
|
293e9038a6
Moving SQL generation to a separate object inside Connection
|
12 years ago |
Jose Lorenzo Rodriguez
|
40a430083b
Fixing function expressions for SQLServer
|
12 years ago |
Jose Lorenzo Rodriguez
|
d3d106050e
Fixing more tests for SQLServer, for now modifying a query after being
|
12 years ago |
Renan Gonçalves
|
6342328592
Removing parentheses from generated Query when converting to string.
|
12 years ago |
Bryan Crowe
|
042bd19776
Use semantic version for test cases since doc block
|
12 years ago |
mark_story
|
dde6dffd9f
Datetime tests in MySQL will return the time portion as well.
|
12 years ago |
Jose Lorenzo Rodriguez
|
b735c5dc30
Adding __debugInfo to Database\Query
|
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
|
6c32004206
Make the wannabe fully qualified namespaces in docblock tags actually fully qualified by adding leading backslashes.
|
12 years ago |
Jose Lorenzo Rodriguez
|
dbfb3de1b5
Moving more code after changing ConnectionManager's namespace
|
12 years ago |
Jose Lorenzo Rodriguez
|
faf67c824b
Fixed Query::set() to apply field types when an array is passed, closes #2836
|
12 years ago |