diff options
Diffstat (limited to 'kohana/config')
| -rw-r--r-- | kohana/config/sql_types.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kohana/config/sql_types.php b/kohana/config/sql_types.php index 69a0a631..a4a44bda 100644 --- a/kohana/config/sql_types.php +++ b/kohana/config/sql_types.php @@ -32,7 +32,8 @@ $config = array ); // DOUBLE -$config['double'] = $config['double unsigned'] = $config['decimal'] = $config['real'] = $config['numeric'] = $config['float']; +$config['double'] = $config['double precision'] = $config['decimal'] = $config['real'] = $config['numeric'] = $config['float']; +$config['double unsigned'] = $config['float unsigned']; // BIT $config['bit'] = $config['boolean']; |
