Re: "select ... from (select ... from) where" doesn't work

2017-11-28 Thread Mikhail
Hi Matija, Did you have time to prepare a reproducer? Thanks, Mike. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: "select ... from (select ... from) where" doesn't work

2017-11-20 Thread Matija Kejžar
Hi Mikhail, I am currently unable to reproduce this in the isolated context. I’ve written a small Spring Boot project that does something very similar to what I’m doing in the real project. However, as you say, in the isolated project the nested query works fine, but in the real thing I still g

Re: "select ... from (select ... from) where" doesn't work

2017-11-17 Thread Mikhail
Hi Matija, Nested select is supported by Ignite, could you please share a small pom based reproducer for the problem, it could be a configuration problem, but there's not enough information to help you. Thanks, Mike. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

"select ... from (select ... from) where" doesn't work

2017-11-16 Thread Matija Kejžar
Hello everyone, Hibernate often generates this kind of nested from queries, if you have a complex hierarchy of entities: SELECT mtoplevelt0_.definition_id AS definiti1_5_0_, mtoplevelt0_.entity_id AS entity_i2_5_0_, mtoplevelt0_.m_owner_id AS m_owner_3_5_0