You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/07/09 04:22:00 UTC

[jira] [Resolved] (CAMEL-16798) JdbcCachedMessageIdempotentRepository broken on case changing SQL implementations

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

Claus Ibsen resolved CAMEL-16798.
---------------------------------
    Resolution: Fixed

> JdbcCachedMessageIdempotentRepository broken on case changing SQL implementations
> ---------------------------------------------------------------------------------
>
>                 Key: CAMEL-16798
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16798
>             Project: Camel
>          Issue Type: Task
>          Components: camel-sql
>    Affects Versions: 3.12.0
>            Reporter: Michael Genereux
>            Priority: Major
>             Fix For: 3.12.0
>
>
> On case-sensitive SQL implementations that also manipulate the case of unquoted SQL names, the `JdbcCachedIdempotentMessageIdRepository` uses column names to retrieve SQL results and fails.  While this is a failure on the part of the SQL implementation, there's no reason that using column index methods can't be used and fix the problem.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)