Re: [orientdb] Re: BUG?:inconsitent behavior of query with/without index

2014-01-10 Thread Markus Menner
Hi Andrey, I'm still working on a test case, but in contrast to my real application I can't reproduce the problem. But as far as I can tell, there IS a problem. What I found so far is the following: I have let's say 3 Classes A, B, C, where C is derived from B and B from A. The index that

Re: [orientdb] Re: BUG?:inconsitent behavior of query with/without index

2014-01-10 Thread Markus Menner
I just managed to make the problem reproducible: package com.axxelia; import com.orientechnologies.orient.core.config.OGlobalConfiguration; import com.orientechnologies.orient.object.db.OObjectDatabaseTx; public class OrientDBTest { public static void main(String [] args) {

Re: [orientdb] Re: BUG?:inconsitent behavior of query with/without index

2014-01-10 Thread Andrey Lomakin
Cool ! I will fix it, at Monday. On Fri, Jan 10, 2014 at 5:14 PM, Markus Menner markus.men...@googlemail.com wrote: I just managed to make the problem reproducible: package com.axxelia; import com.orientechnologies.orient.core.config.OGlobalConfiguration; import

Re: [orientdb] Re: BUG?:inconsitent behavior of query with/without index

2014-01-06 Thread Andrey Lomakin
Hi We have tests like this one com.orientechnologies.orient.test.database.auto.IndexTest#testIndexInNotUniqueIndex and have no issues for a long time. Could you provide more specific test case ? On Sat, Jan 4, 2014 at 5:48 PM, Markus Menner markus.men...@googlemail.comwrote: Hi Luca, Sure.

[orientdb] Re: BUG?:inconsitent behavior of query with/without index

2014-01-04 Thread Markus Menner
Hi Luca, Sure. However, I can't download 1.6.3. I filled out the form, but it doesn't send me the download link via email. Regards, Markus On Saturday, 4 January 2014 08:54:51 UTC+1, Markus Menner wrote: Hi guys, I'm using OrientDB 1.6.2 with the ObjectDatabase. I noticed following