Re: SQLQuery JOIN does not accept multiple parameters in list/array as placeholder.

2016-08-09 Thread begineer
Thanks It worked ! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/SQLQuery-JOIN-does-not-accept-multiple-parameters-in-list-array-as-placeholder-tp6837p6868.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: SQLQuery JOIN does not accept multiple parameters in list/array as placeholder.

2016-08-08 Thread vkulichenko
Hi, I responded earlier to a similar issue here: http://apache-ignite-users.70518.x6.nabble.com/Getting-exception-in-SQL-Query-JOINS-td6674.html. Did it work for you? -Val -- View this message in context:

Re: SQLQuery JOIN does not accept multiple parameters in list/array as placeholder.

2016-08-08 Thread begineer
Can some one please reply to this. Is it a bug or I am doing something wrong. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/SQLQuery-JOIN-does-not-accept-multiple-parameters-in-list-array-as-placeholder-tp6837p6854.html Sent from the Apache Ignite Users

SQLQuery JOIN does not accept multiple parameters in list/array as placeholder.

2016-08-07 Thread begineer
Hi, I am trying to use SqlQuery JOIN clause as mentioned in below link which is work around to avoid IN clause of Sql Query. As mentioned in docuents, we can pass array or lits of parameters, but query does not accept array or list with more than one parameter