Hello, I got a realy strange SELECT problem. In explorer query "select p from Player p where p.confirmed==false", given me some results with p.confirmed==TRUE. And when I try to do (see image) "select p, p.confirmed from Player p where p.confirmed==false", I getting p->confirmed->true and p.confirmed->false. How so?
<odb v2.6.5_05>
And this problem not only in explorer