mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge upstream/2.5 into 2.5
This commit is contained in:
commit
1d9ecc6c94
2 changed files with 2 additions and 3 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -9,7 +9,6 @@
|
|||
*.ctp text
|
||||
*.sql text
|
||||
*.md text
|
||||
*.mo text
|
||||
*.po text
|
||||
*.js text
|
||||
*.css text
|
||||
|
@ -31,3 +30,4 @@
|
|||
*.jpg binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
*.mo binary
|
|
@ -118,7 +118,6 @@ class Mysql extends DboSource {
|
|||
'biginteger' => array('name' => 'bigint', 'limit' => '20'),
|
||||
'integer' => array('name' => 'int', 'limit' => '11', 'formatter' => 'intval'),
|
||||
'float' => array('name' => 'float', 'formatter' => 'floatval'),
|
||||
'numeric' => array('name' => 'decimal', 'formatter' => 'floatval'),
|
||||
'decimal' => array('name' => 'decimal', 'formatter' => 'floatval'),
|
||||
'datetime' => array('name' => 'datetime', 'format' => 'Y-m-d H:i:s', 'formatter' => 'date'),
|
||||
'timestamp' => array('name' => 'timestamp', 'format' => 'Y-m-d H:i:s', 'formatter' => 'date'),
|
||||
|
|
Loading…
Reference in a new issue