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

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

Michael Genereux created CAMEL-16798:
----------------------------------------

             Summary: JdbcCachedMessageIdempotentRepository broken on case changing SQL implementations
                 Key: CAMEL-16798
                 URL: https://issues.apache.org/jira/browse/CAMEL-16798
             Project: Camel
          Issue Type: Bug
          Components: camel-sql
    Affects Versions: 3.12.0
            Reporter: Michael Genereux


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)