Re:Re: An issue of Ignite In-Menory Sql Grid since version 2.0.0

2017-09-24 Thread
ossible to avoid recursive constructs, or retrieve data from cache directly, without use of SQL. Denis пт, 22 сент. 2017 г. в 12:37, 贺波 <hebo...@163.com>: Hi,I used Apache Ignite in my project for more than a year,from version 1.8.0 to 2.2.0.I use Ignite In-Menory Sql Grid in my proje

Re:Re: Join with subquery in 1.9 or 2.0

2017-09-22 Thread
Hi, Your demo is different from my.Mine is an example of recursive,using "with as"function.My test demo is in the attachment.package userlist; import java.util.List; import org.apache.ignite.Ignite; import org.apache.ignite.IgniteCache; import org.apache.ignite.cache.CacheAtomicityMode;

An issue of Ignite In-Menory Sql Grid since version 2.0.0

2017-09-22 Thread
Hi,I used Apache Ignite in my project for more than a year,from version 1.8.0 to 2.2.0.I use Ignite In-Menory Sql Grid in my project.I use “with as” sql function in my sql,it executes correctly in version 1.9.0,but executes error since version 2.0.0.My sql statement is: with RECURSIVE