Re: Column not found exception while running SqlQuery i Ignite.

2016-07-23 Thread Surinder Mehra
owed here looks fine to me and in my understanding should > work. Can you prepare a full example and push it GitHub, so that I can run > it and reproduce the exception? > > -Val > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/C

Re: Column not found exception while running SqlQuery i Ignite.

2016-07-22 Thread vkulichenko
-exception-while-running-SqlQuery-i-Ignite-tp6464p6486.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Column not found exception while running SqlQuery i Ignite.

2016-07-22 Thread begineer
Hi Thanks, Sorry for typo, It still does not work. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Column-not-found-exception-while-running-SqlQuery-i-Ignite-tp6464p6480.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Column not found exception while running SqlQuery i Ignite

2016-07-22 Thread vkulichenko
This thread duplicates http://apache-ignite-users.70518.x6.nabble.com/Column-not-found-exception-while-running-SqlQuery-i-Ignite-td6464.html -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Column-not-found-exception-while-running-SqlQuery-i-Ignite-tp6466p6476

Re: Column not found exception while running SqlQuery i Ignite.

2016-07-22 Thread AndreyVel
Hello begineer, Please use the same type for parameter as property type for example Date startdate = new Date(2016, 03, 03); -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Column-not-found-exception-while-running-SqlQuery-i-Ignite-tp6464p6467

Column not found exception while running SqlQuery i Ignite

2016-07-22 Thread Surinder Mehra
Hi, I am getting column not found exception when I run SqlQuery. not sure why. below is my code. When I query using name and Id, I get results, When I use date or localDate types to query, I get exception " Caused by: org.h2.jdbc.JdbcSQLException: Column "COMPANY.INAGURATION" not found; SQL statem