Re: CWS dba33m needs testing CAST() problem
Reizinger Zoltán <[email protected]> Fri, 10 Dec 2010 10:05:10 +0100
| Newsgroups | gmane.comp.openoffice.dba.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Ocke
I tested cws dba33m on ubuntu 10.10 32bit linux, and queries:
SELECT CAST(`date_field` AS CHAR) as `MyDate` FROM `test`.`Tabla1`;
SELECT CAST(`date_field` 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.
Regards,
Zoltan
2010.12.10. 8:55 keltezéssel, Ocke Janssen írta:
> Moin,
>
> The cws dba33m needs some testing for the issue 115436 (show stopper).
> It would be great if we could verify that the issue is fixed.
>
> I uploaded at to [email protected] in the folder dba33m.
>
> Best regards,
>
> Ocke
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>