How can you make mysql understand non-English decimal points in integer/float fields?
setLocale(LC_ALL, \'da_DK.ISO-8859-1\');
eg:
Numbers aren't affected by locale settings (same in SQL Server too).
So you'd have to send as "0.25"