mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix to show float4/8 correctly in sqltoarray
This commit is contained in:
parent
84401ad8b3
commit
87f5ac0200
@ -141,6 +141,8 @@
|
||||
$sTranslated = "'type' => 'decimal', 'precision' => $iPrecision, 'scale' => $iScale";
|
||||
break;
|
||||
case "float":
|
||||
case "float4":
|
||||
case "float8":
|
||||
case "double":
|
||||
$sTranslated = "'type' => 'float', 'precision' => $iPrecision";
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user