Re: Camel-SQL more than one IN clauses in SQL throws Exception

2017-04-19 Thread Claus Ibsen
It might also work on the latest 2.17.x release in case you want to stay on that release branch. On Tue, Apr 18, 2017 at 5:37 PM, akpcnu wrote: > Thanks Clause, It worked on 2.18.3 > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-SQL-mor

Re: Camel-SQL more than one IN clauses in SQL throws Exception

2017-04-18 Thread akpcnu
Thanks Clause, It worked on 2.18.3 -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SQL-more-than-one-IN-clauses-in-SQL-throws-Exception-tp5797818p5797826.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-SQL more than one IN clauses in SQL throws Exception

2017-04-18 Thread Claus Ibsen
? if yes, any alternative? > > ex: > > SELECT column1, column2... > FROM < >> > WHERE column1 IN (:#in:<>) > column2 IN (:#in:<>) > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-SQL-more-than-one-IN-clauses

Camel-SQL more than one IN clauses in SQL throws Exception

2017-04-18 Thread akpcnu
;) -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SQL-more-than-one-IN-clauses-in-SQL-throws-Exception-tp5797818.html Sent from the Camel - Users mailing list archive at Nabble.com.