Marc Würth
|
7cfa0116f4
Removed "PHP 5" from file header DocBlocks
|
12 years ago |
mark_story
|
16be5722ba
Fix COUNT(DISTINCT x) queries from getting corrupted in Sqlserver.
|
12 years ago |
mark_story
|
0f8dae55c9
Add missing trim() around Sqlserver queries.
|
12 years ago |
mark_story
|
a098ff28b8
Update doc block and remove inline assignment.
|
12 years ago |
Marc Würth
|
446792987a
Replaced two elseifs by if in sqlserver datasource
|
12 years ago |
ovidiupruteanu
|
b58940e9b5
Fixed handling null values in Sqlserver->value
|
12 years ago |
mark_story
|
0f2d59d987
Merge branch 'master' into 2.4
|
12 years ago |
euromark
|
6cf147e8c8
unify null checks - avoid method call in favor of strict check
|
12 years ago |
mark_story
|
e03d3df0fe
Merge branch 'master' into 2.4
|
12 years ago |
Phally
|
1fe424a62b
Moves code out of the try/catch blocks in the connect() methods.
|
12 years ago |
mark_story
|
c597855fe4
Merge branch 'master' into 2.4
|
12 years ago |
euromark
|
a90cb29c0f
simplify else cases
|
12 years ago |
Marc Würth
|
ff1f80349a
Removed superfluous break
|
12 years ago |
ADmad
|
3303a2cda1
Merge branch 'master' into 2.4
|
13 years ago |
Marc Würth
|
4c9f0414cb
Improved the DocBlocks and other code cleanup
|
13 years ago |
ADmad
|
a10275fb8b
Merge branch 'master' into 2.4
|
13 years ago |
mark_story
|
3d682ba5e4
Update limit() in SQLServer to handle large page numbers as well.
|
13 years ago |
mark_story
|
041c2d289f
Merge branch 'master' into 2.4
|
13 years ago |
mark_story
|
729ef8fe58
Fix default null not being reflected by SqlServer
|
13 years ago |
mark_story
|
8209097bc3
Merge branch 'master' into 2.4
|
13 years ago |
Rémi Dewitte
|
ab510d1700
Add settings array to connection parameters that executes SET statements once connected
|
13 years ago |
Adam Taylor
|
433dd09ec4
Fix typos
|
13 years ago |
euromark
|
111366d5c8
== to === and != to !== where applicable
|
13 years ago |
Graham Weldon
|
66d856d883
Added extra line for referencing license file for copyright
|
13 years ago |
Graham Weldon
|
7b860debe4
This commit is dedicated to Mark Story, who has put in much dedicated time and effort into CakePHP over the years.
|
13 years ago |
Marc Würth
|
02e2fbe800
Fixed wrong statement in Sqlserver class header
|
13 years ago |
Graham Weldon
|
a9293aa385
Merge remote-tracking branch 'origin/master' into 2.3
|
13 years ago |
mark_story
|
965f0e87c5
Fix SQL errors in TreeBehavior.
|
13 years ago |
Ceeram
|
3f4d24bfc0
remove unused local variables and a few improvements
|
13 years ago |
euromark
|
b811afbc44
double spaces to single ones
|
13 years ago |