ldrozdo opened a new issue, #4750: URL: https://github.com/apache/camel-quarkus/issues/4750
Using [named parameters](https://camel.apache.org/components/3.20.x/jdbc-component.html#_using_named_parameters) in jdbc integration tests fails for **postgresql** database kind. Other database kinds are ok. There are two tests which are failing: 1. [Named parameters test](https://github.com/apache/camel-quarkus/blob/main/integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcTest.java#L119) 2. [Named parameters map test](https://github.com/apache/camel-quarkus/blob/main/integration-tests/jdbc/src/test/java/org/apache/camel/quarkus/component/jdbc/CamelJdbcTest.java#L129) [This query](https://github.com/apache/camel-quarkus/blob/main/integration-tests/jdbc/src/main/java/org/apache/camel/quarkus/component/jdbc/CamelResource.java#L153) is used in the tests. The error message: `Caused by: [CIRCULAR REFERENCE: org.postgresql.util.PSQLException: ERROR: operator does not exist: integer < character varying Hint: No operator matches the given name and argument types. You might need to add explicit type casts.` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
