Re: camel-sql Query with params list

2016-04-01 Thread fabryprog
Hey claus! This feature is included into 2.17.0? /SQL component can now load the SQL queries from external resources so you can use comments and format the queries using multi lines and indents. In addition to that the SQL component now supports SQL IN queries where the IN values are dynamic cal

Re: camel-sql Query with params list

2016-03-04 Thread fabrizio.spataro
I expected your answer. Claus give me some clues. I try to develop it, and then I'll send -- View this message in context: http://camel.465427.n5.nabble.com/camel-sql-Query-with-params-list-tp5778544p5778582.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-sql Query with params list

2016-03-03 Thread Claus Ibsen
Hi Yeah IN is not supported. Wonder what a good syntax for that would look like, as you would need to differentiate the values should be enclosed in quotes or not, eg strings vs numbers etc. We have also previously talked about being able to specify the SQL type to use for the parameters. So if