Seem that OrientDB doesn't return the correct result for the simple search.
I created a class node item with 2 properties id and flag - id: type STRING, index: UNIQUE - flag: type DECIMAL flag can be set by 1, 0, or null value. I use the query below to get all item which has flag is 1 `select from item where flag = 1` But the query returns nothing. *Note:* I have tested on 2.2.7 and 2.2.10, and seem that this issue only occurs if flag was defined in schema before feeding data. Is it bug? Thanks and best regards, Tan -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
