Re: Apache ignit : Syntax error in SQL statement create table

2018-03-15 Thread Ilya Kasnacheev
Hello Guillaume! Please share your pom.xml (or other source of dependencies) since something is amiss here. In my projects h2 dependency is of proper version 1.4.195. Thanks, -- Ilya Kasnacheev 2018-03-05 16:51 GMT+03:00 guillaume : > Hello, > > thx you for your response. > > I checked my dep

Re: Apache ignit : Syntax error in SQL statement create table

2018-03-05 Thread guillaume
Hello, thx you for your response. I checked my dependency tree. What I do not understand is why apache-ignite indexing 2.3.0 contains h2 1.4.193 if they are incompatible. I share a screen with you to illustrate my point. I use maven.

Re: Apache ignit : Syntax error in SQL statement create table

2018-03-01 Thread Ilya Kasnacheev
vehiculeRepository.findByImmat(String.valueOf(o)); > vehiculeRepository.delete(vehiculeImmat); > } > > @Override > public void start() throws IgniteException { > vehiculeRepository = > AppContext.getApplicationContext().getBean(VehiculeReposi

Apache ignit : Syntax error in SQL statement create table

2018-03-01 Thread guillaume
{ clo.apply(vehiculeImmat.getImmat(),vehiculeImmat); } } @Override public void stop() throws IgniteException { } } Do you have an idea of the problem? UPDATE : on Stackoverflow https://stackoverflow.com/questions/49034103/apache-ignit-syntax-error-in-sql-statem