To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55270
                  Issue #:|55270
                  Summary:|OpenOffice does not display INTEGER ZEROFILL columns
                          |properly against MySQL
                Component:|Database access
                  Version:|OOo 2.0 Beta
                 Platform:|All
                      URL:|
               OS/Version:|Linux
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|none
              Assigned to:|dbaneedsconfirm
              Reported by:|dllambert





------- Additional comments from [EMAIL PROTECTED] Thu Sep 29 19:48:06 -0700 
2005 -------
THe following data shows up in the OpenOffice database browser:

429496729  Hello
429496729  Goodbye
429496729  WhoAreYou?
  etc.

as the contents of the following MySQL table:

mysql> SELECT * FROM Table3;
+-----------+-----------------------+
| ij2       | jj2                   |
+-----------+-----------------------+
| 000000001 | Hello                 |
| 000000002 | Goodbye               |
| 000000003 | WhoAreYou?            |
| 000000004 | William H Gates III   |
| 000000128 | Another Person        |
| 000000129 | Yet Another Guy       |
| 000000130 | Yet Another Guy Again |
| 000000131 | And Another One       |
| 000000132 | Who else wants one?   |
| 000000077 | This one is smaller   |
+-----------+-----------------------+
10 rows in set (0.00 sec)

mysql> SHOW CREATE TABLE Table3 \G
*************************** 1. row ***************************
       Table: Table3
Create Table: CREATE TABLE `Table3` (
  `ij2` int(9) unsigned zerofill NOT NULL auto_increment,
  `jj2` varchar(50) default NULL,
  PRIMARY KEY  (`ij2`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8
1 row in set (0.00 sec)


Versions:

OOo 1.9.104
MySQL Connector/J 3.1.10
MySQL server 5.0.12-beta-lo
Linux...

--
DLL

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

Reply via email to