Re: [2.17.0] NULLs are not allowed with named parameter in SQL component

2016-04-22 Thread Claus Ibsen
I logged a ticket https://issues.apache.org/jira/browse/CAMEL-9906 On Fri, Apr 22, 2016 at 12:37 PM, Claus Ibsen wrote: > Hi > > You are welcome to try to provide a PR to fix this > http://camel.apache.org/contributing > > On Fri, Apr 22, 2016 at 12:28 PM, Arapov, Artem > wrote: >> Hi, >> >> I'v

Re: [2.17.0] NULLs are not allowed with named parameter in SQL component

2016-04-22 Thread Claus Ibsen
Hi You are welcome to try to provide a PR to fix this http://camel.apache.org/contributing On Fri, Apr 22, 2016 at 12:28 PM, Arapov, Artem wrote: > Hi, > > I've recently tried out new 2.17.0 version from 2.16.1 and discovered a bug > with named parameters and null values in SQL component. > I u

[2.17.0] NULLs are not allowed with named parameter in SQL component

2016-04-22 Thread Arapov, Artem
Hi, I've recently tried out new 2.17.0 version from 2.16.1 and discovered a bug with named parameters and null values in SQL component. I use CamelSqlQuery header to set the query with named parameters as ":?param". Values for that parameters are stored in message body (map). Problem occurs when