Verified
Status Update
Comments
yb...@google.com <yb...@google.com> #2
The generated dao code has this line:
_observer = new Observer("book","split")
I think annotation processor should handle this type usages of FROM clause.
I found a workaround for this problem. I created an unused entity named "Split" and it works.
_observer = new Observer("book","split")
I think annotation processor should handle this type usages of FROM clause.
I found a workaround for this problem. I created an unused entity named "Split" and it works.
sp...@gmail.com <sp...@gmail.com> #3
yea we should fix the query parser to understand WITH. Btw, WITH queries are available only in recent versions of SQLite (need to double check but i think it was android 21 +).
yb...@google.com <yb...@google.com> #4
Yigit, I think you assigned this bug to me by mistake. I do not work on this project.
Description