From fd0c0a608a5de2b26c29d3c44a7929e5a3b2c042 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 18 May 2009 00:14:07 +0000 Subject: Updated kohana and modules/unit_test to upstream r4356 --- kohana/config/sql_types.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kohana/config') 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']; -- cgit v1.2.3