To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=115384
------- Additional comments from [email protected] Fri Nov 26 07:06:50 +0000 2010 ------- You missed another part of the fix. I also introduced a new entry in the configuration file for Access which fakes the type info reported by the driver. Now the Boolean type return a length of 1 instead as before a length of 2. <node oor:name="TypeInfoSettings" oor:op="replace"> <prop oor:name="Value" oor:type="oor:string-list"> <value oor:separator=",">Column(2) = 16,Column(3) = 1</value> </prop> </node> This will search for column 2 has the value 16 and replace column 3 with the value 1. As far as I remember MySQL they return a TINYINT for BIT(X) x > 1. --------------------------------------------------------------------- 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]
