http://bugzilla.novell.com/show_bug.cgi?id=547251
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=547251#c1 --- Comment #1 from Stefano Sapienti <[email protected]> 2009-10-15 08:16:25 MDT --- I logged the executed queries on server: with en localization it runs: exec sp_executesql N'insert into tablename (numeric_field) VALUES (@P1)', N'@P1 float', @P1=12.54 with it localization it runs: exec sp_executesql N'insert into tablename (numeric_field) VALUES (@P1)', N'@P1 float', @P1=12,54 TSQL use always "." as decimal separator so I think it must be normalized before running the query. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
