You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi:
Using the greendao version 3.0.1 I'm getting this error:
org.greenrobot.greendao.DaoException: Property 'objectId' is not part of com.mimascotaap.model.to.local.ProductoDao@44a54a98
at org.greenrobot.greendao.query.WhereCollector.checkProperty(WhereCollector.java:88)
at org.greenrobot.greendao.query.WhereCollector.checkCondition(WhereCollector.java:73)
at org.greenrobot.greendao.query.WhereCollector.add(WhereCollector.java:40)
at org.greenrobot.greendao.query.Join.where(Join.java:52)
I'm trying to make a Join between two tables. and I'm pretty sure that 'objectId' its part of Producto and generated class. I'm wondering if this has something to deal with this past post:
Hi:
Using the greendao version 3.0.1 I'm getting this error:
I'm trying to make a Join between two tables. and I'm pretty sure that 'objectId' its part of Producto and generated class. I'm wondering if this has something to deal with this past post:
#216
Thanks in advance
The text was updated successfully, but these errors were encountered: