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 |
Ceeram
|
eadc3a75e5
fix coding standards
|
13 years ago |
Adam Taylor
|
4090c2e932
Remove trailing whitespace from comments
|
13 years ago |
dogmatic69
|
408e619c9f
Merge branch '2.3' into type-checks
|
13 years ago |
Jose Lorenzo Rodriguez
|
d5c9d97dc1
Merge remote-tracking branch 'origin/master' into 2.3
|
13 years ago |
dogmatic69
|
b1f26b59a3
converting if ($foo != null) to if ($foo)
|
13 years ago |
dogmatic69
|
22a2e1b51e
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
13 years ago |
mark_story
|
fb9360767e
Make connection exceptions more helpful.
|
13 years ago |
mark_story
|
6664acba79
Merge branch 'master' into 2.3
|
13 years ago |
Kyle Robinson Young
|
200dd2dc9b
Code standards fixes, unneeded break statements
|
13 years ago |
mark_story
|
d4ee62be61
Add support for biginteger on SQLserver.
|
13 years ago |
euromark
|
3945c0e6a8
rtim files
|
13 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 years ago |
Juan Basso
|
2c9399a78a
Removed unused attribute and moved getVersion to be reused in all PDO drivers.
|
14 years ago |
mark_story
|
4e67698506
Fix issues with SQLServer + boolean columns.
|
14 years ago |
Juan Basso
|
3b1bd90ad6
Updated copyright to 2012.
|
14 years ago |
mark_story
|
8c611b236d
Fixing missed cache reads for table schema.
|
14 years ago |
mark_story
|
9a6ad7e1e2
Fixing most coding standard issues in Model/
|
14 years ago |
euromark
|
45112088a1
type hinting models
|
14 years ago |
euromark
|
e94d307ee1
code conventions
|
14 years ago |