To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87836


User fs changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Apr  8 20:59:57 +0000 
2008 -------
This was a speciality with how MySQL treated numeric columns ... There was an
optimization in OOo 2.4 that for filling the list boxes list, we now ask the
database directly, instead of letting the data pass a number of high-level
layers which do some normalization.
Now, one of those normalizations was that when we asked for the string value of
a numeric column, which contained for instance the number 10, then we got "10".
With the optimization, we asked the MySQL driver directly, which returns
"000010" in this case - which simply killed our program logic ...

Fixed in CWS dba241b.

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

Reply via email to