mark_story
|
0d9ef854ff
Fix FULLTEXT column generation
|
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 |
mark_story
|
6f5ff4d7dd
Merge branch 'master' into 2.3
|
13 years ago |
Reuben Helms
|
07dbc4a527
Cater for length part of TEXT field in indexes for MySQL
|
13 years ago |
dogmatic69
|
641ba9f3e6
Merge branch '2.3' into type-checks
|
13 years ago |
ADmad
|
a1aa73c1a2
Cache character set names
|
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 |
Ber Clausen
|
aaefbf1c2f
Add MySQL FULLTEXT support.
|
13 years ago |
mark_story
|
a9750264e4
Revert "Add MySQL FULLTEXT support."
|
13 years ago |
Mark Story
|
f4a639cbfa
Merge pull request #862 from bar/mysql-fulltext
|
13 years ago |
Ber Clausen
|
36c99a358f
Add MySQL FULLTEXT support.
|
13 years ago |
dogmatic69
|
cfadc4dbb0
strict type checks and removing some duplicate count() calls by setting a variable
|
13 years ago |
dogmatic69
|
22a2e1b51e
converting $foo == / $foo == 0 to !$foo (and a few $foo === 0)
|
13 years ago |
dogmatic69
|
cf8fccae96
converting $foo == null / $foo == false to !$foo
|
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 |
Tommy MacWilliam
|
15555a7309
added schema support for mysql bigints
|
13 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 |
Juan Basso
|
2c1cf29aa3
Added real support to nested transactions for Mysql, Postgres, Sqlite.
|
14 years ago |
Juan Basso
|
2c9399a78a
Removed unused attribute and moved getVersion to be reused in all PDO drivers.
|
14 years ago |
Juan Basso
|
c754fb2dcb
Updated copyright to 2012.
|
14 years ago |