[daisy] [JIRA] Updated: (DSY-521) database indepent implementation
of Concat() function
Bruno Dumon (JIRA)
issues at cocoondev.org
Thu Aug 2 03:13:51 CDT 2007
[ http://issues.cocoondev.org//browse/DSY-521?page=all ]
Bruno Dumon updated DSY-521:
----------------------------
Component: Repository - database support
(was: Repository)
(was: Repository - querying and indexing)
> database indepent implementation of Concat() function
> -----------------------------------------------------
>
> Key: DSY-521
> URL: http://issues.cocoondev.org//browse/DSY-521
> Project: Daisy
> Type: Improvement
> Components: Repository - database support
> Versions: 2.1
> Environment: SVN 4286
> Reporter: Andreas Deininger
> Priority: Minor
>
> Currently, the implementation of the Concat() function of daisy's query language depends on the existence of the SQL string function CONCAT(). However, this MySQL-specific SQL-function is implemented differently on other databases, e.g. on PostgreSQL, we have the || operator for string concatenation (string1 || string2 ). Therefore, the Implementation of that function should be made more flexible, the current solution does not allow to easily pass the || operator via the getStringConcatFunction() of the JdbcHelper class.
> Affected files: org/outerj/daisy/query/model/functions/ConcatFunction.java, org/outerj/daisy/jdbcutil/JdbcHelper.java
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the daisy
mailing list