Forum Discussion

leogomes's avatar
9 years ago
Solved

LiQL BUG?

Hello,

I think i found a bug on LiQL

I have an user that shows when searching for a rank.id that he doesn't have that id

 

SELECT id,rank.id FROM users WHERE rank.id="39" LIMIT 999999999

 

and i get

 

Is there anything i can do to solve this?

 

Thanks