Open shumailarshad opened 9 years ago
Hello,
I am using mysql adaptor for float but it only allows till 3 decimal place (150.123456789 => 150.123). I am not sure which other type allows more decimal place but I need atleast 6 decimal places. Can someone please help.
I'm not aware of any restriction. Is it possible that only three decimals are displayed when you query the database?
Hello,
I am using mysql adaptor for float but it only allows till 3 decimal place (150.123456789 => 150.123). I am not sure which other type allows more decimal place but I need atleast 6 decimal places. Can someone please help.