[dba-issues] [Issue 58101] Arithmetics in SQL stateme nt gets truncated in queries (MySQL/ODBC)

2008-03-25 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58101


User mechtilde changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 11:10:21 + 
2008 ---
.

-
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 58101] Arithmetics in SQL stateme nt gets truncated in queries (MySQL/ODBC)

2008-03-25 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58101





--- Additional comments from [EMAIL PROTECTED] Tue Mar 25 11:09:49 + 
2008 ---
-> closed

-
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 58101] Arithmetics in SQL stateme nt gets truncated in queries (MySQL/ODBC)

2008-02-17 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58101


User oj changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Mon Feb 18 07:27:46 + 
2008 ---
Text types can not be used for calculation. MySQL tries to convert into a double
value but when an error occurs it seems to cancel the calculation. I don't know
if this is a MySQL or do you have to use number types?

-
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 58101] Arithmetics in SQL stateme nt gets truncated in queries (MySQL/ODBC)

2008-02-15 Thread msc
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 + 
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 58101] Arithmetics in SQL stateme nt gets truncated in queries (MySQL/ODBC)

2008-01-18 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58101



This issue depends on issue 59676, which changed state:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |WORKSFORME





-
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 58101] Arithmetics in SQL stateme nt gets truncated in queries (MySQL/ODBC)

2006-10-15 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=58101



This issue depends on issue 59676, which changed state:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|WORKSFORME|





-
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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]