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 "Francis De Brabandere (JIRA)" <em...@incubator.apache.org> on 2009/07/26 12:03:14 UTC

[jira] Resolved: (EMPIREDB-41) Deal with databases differences regarding SQL reverse function

     [ https://issues.apache.org/jira/browse/EMPIREDB-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francis De Brabandere resolved EMPIREDB-41.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: empire-db-2.0.5-incubating
         Assignee: Rainer Döbele

fixed the patch

call this if you need this function in your application

// Create the reverse function that is needed by this sample
driver.createReverseFunction(conn);

> Deal with databases differences regarding SQL reverse function
> --------------------------------------------------------------
>
>                 Key: EMPIREDB-41
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-41
>             Project: Empire-DB
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Rainer Döbele
>            Assignee: Rainer Döbele
>            Priority: Minor
>             Fix For: empire-db-2.0.5-incubating
>
>
> Currently the SQL reverse function is not supported for all databases.
> The reverse function is used in the basic example, the example does not behave the same for all database types.
> For databases not supporting the SQL reverse function a workaround is used, in order to run the sample at all.
> On July the 1st Frank Lupo suggested a solution for the postgreql database that creates such a function.
> The question is how do we deal with this in general. 

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