You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Jörg Reiher (JIRA)" <em...@incubator.apache.org> on 2008/09/29 16:55:45 UTC

[jira] Created: (EMPIREDB-20) Convert to char doesn't work for hsqldb

Convert to char doesn't work for hsqldb
---------------------------------------

                 Key: EMPIREDB-20
                 URL: https://issues.apache.org/jira/browse/EMPIREDB-20
             Project: Empire-DB
          Issue Type: Bug
    Affects Versions: empire-db-2.0.4-incubating
            Reporter: Jörg Reiher
            Priority: Minor
             Fix For: empire-db-2.0.5-incubating


"to_char(?)" must be replaced by "convert(?, CHAR)" for hsqldb, because t_char() doesn't convert data types.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (EMPIREDB-20) Convert to char doesn't work for hsqldb

Posted by "Jörg Reiher (JIRA)" <em...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/EMPIREDB-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jörg Reiher resolved EMPIREDB-20.
---------------------------------

    Resolution: Fixed

> Convert to char doesn't work for hsqldb
> ---------------------------------------
>
>                 Key: EMPIREDB-20
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-20
>             Project: Empire-DB
>          Issue Type: Bug
>    Affects Versions: empire-db-2.0.4-incubating
>            Reporter: Jörg Reiher
>            Priority: Minor
>             Fix For: empire-db-2.0.5-incubating
>
>
> "to_char(?)" must be replaced by "convert(?, CHAR)" for hsqldb, because t_char() doesn't convert data types.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.