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


User bc changed the following:

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




------- Additional comments from [EMAIL PROTECTED] Wed Jan 11 05:48:49 -0800 
2006 -------
BC: This issue and all the bugs duplicate to it fail because of the special
nature of the boolean type of the hsql database. By the time when the table
wizard scenarios were set up all boolean columns were marked as Datatype
com.sun.star.sdbc.DataType.BIT. 
Now HSQL's com.sun.star.sdbc.DataType.BOOLEAN is taken as a fall back for all
'ordinary' boolean datatypes (and the other way around too). Up to now VARCHAR
has been the fallback of  not available boolean types (in the database) and this
failed with  HSQL (and probably other databases too) because no textlengths were
determined in that special case. I changed that too and set the default length
to 50 characters.

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