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 |
nojimage
|
84725993e5
Postgres datasource support regular expression operators.
|
13 years ago |
Mark
|
3b02013f7d
Merge pull request #1127 from dereuromark/master-strict-comparison
|
13 years ago |
nojimage
|
fbb1a812dd
Create rename field statements in postgres
|
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 |
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 |
euromark
|
8f78b1e05b
fix coding standards for whitespaces
|
13 years ago |
dogmatic69
|
641ba9f3e6
Merge branch '2.3' into type-checks
|
13 years ago |
Jose Lorenzo Rodriguez
|
c00d58b4ef
Fixed problems with resetSequence() not using the correct sequence name
|
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 |
mark_story
|
a1838a0c85
Implement missing bits for automatic sequence resetting.
|
13 years ago |
mark_story
|
55dcb9c3b3
Implement resetSequence()
|
13 years ago |
mark_story
|
fb9360767e
Make connection exceptions more helpful.
|
13 years ago |
Kyle Robinson Young
|
bc40ac7d3f
Remove unused variables and code
|
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
|
7bad865d6e
Add bigint support for postgres
|
13 years ago |
Jelle Henkens
|
f7ce5262b7
Updating mixed @param documentation to seperate list of accepted types
|
14 years ago |
Juan Basso
|
333ea29805
Renamed variable name from nested transaction
|
14 years ago |
Juan Basso
|
37537faac0
Renamed method to check if the driver supports nested transaction.
|
14 years ago |
Juan Basso
|
7be5349b0c
Added configuration to disable nested transaction, even if the db supports it.
|
14 years ago |
Juan Basso
|
a512d46679
Sqlite is failing in PHP 5.2, re-adding the check for driver support.
|
14 years ago |