To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=115436
------- Additional comments from [email protected] Fri Dec 10 09:03:25 +0000 2010 ------- I tested cws dba33m on ubuntu 10.10 32bit linux, and queries: SELECT CAST(`datum` AS CHAR) as `MyDate` FROM `test`.`Tabla1`; SELECT CAST(`datum` AS DATE) as `MyDate` FROM `test`.`Tabla1`; SELECT CAST ('2010-12-09' AS DATE) FROM `test`.`Tabla1`; Runs without problem with JDBC and native connection. --------------------------------------------------------------------- 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]
