unexpected query result

Hilaire Fernandes hilaire2006 at laposte.net
Thu Apr 5 20:48:27 UTC 2007


I have this unexpected result from a MagmaSet query, where id is an 
Integer index:

(learners where: [:l | l id > 103654912]) size
=>2

(learners where: [:l | l id >= 103654912]) size
=>3

(learners where: [:l | l id = 103654912]) size
=>0

Also I am sure object with id = 103654912 is in the MagmaSet.

Index problem?



More information about the Magma mailing list