To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58101
User msc changed the following:
What |Old value |New value
================================================================================
Assigned to|msc |oj
--------------------------------------------------------------------------------
Target milestone|--- |OOo 3.x
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Feb 15 13:34:40 +0000
2008 -------
I can reproduce the following behaviour
1. create the following table
CREATE TABLE `issue_58101` (
`id` decimal(10,2) NOT NULL default '0.00',
`test` varchar(100) NOT NULL default ''
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
2. insert the following data
INSERT INTO `issue_58101` VALUES ('1.10','1.2'),('2.20','2,3');
3. create the query and execute it
SELECT `id` + 2, `test`+ 1 FROM `test`.`issue_58101` AS `issue_58101`
==>> as you can see. The decimal field is correct but the textfield is wrong if
a , is used as decimal point.
-->> msc -> oj: please have a look.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]