Well im trying to select all entities where entitie_id = some id
i do this with this rule:
List<NodeSugar> nodesugars = NodeSugar.find(NodeSugar.class, "entitie_id = ? ", String.valueOf(nodeid));
I know i should get some results back and i get an error. this error:
E/SQLiteLog﹕ (1) no such column: entitie_id
I know the column excists because i can set it in a diffrent part of code.
Where am i going wrong?
Aucun commentaire:
Enregistrer un commentaire