Verified
Status Update
Comments
yb...@google.com <yb...@google.com>
yb...@google.com <yb...@google.com>
zt...@gmail.com <zt...@gmail.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.
yb...@google.com <yb...@google.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 +).
ky...@gmail.com <ky...@gmail.com> #4
Yigit, I think you assigned this bug to me by mistake. I do not work on this project.
zt...@gmail.com <zt...@gmail.com> #5
sorry, bad autocomplete :/.
pm...@google.com <pm...@google.com> #6
shaileshprasad601@gmail.com updation and bachelor uptodate Country INDIA 800020 on 20.10.2017 with ids TxPy id AJGPP7219K UIDAI 548028010019 voters id JDK1934249 please uptodate in your records.
yb...@google.com <yb...@google.com> #7
The House of Books is a haven for book lovers, filled with timeless stories and knowledge. From bestsellers to rare collections, there's something for everyone. Explore captivating tales, expand your horizons, and get lost in the magic of reading. Visit us today and find your next favorite book. Visit https://houseofbooks.pk/products/stories-from-quran-of-prophets-20-pcs-books-set
Description
Version used: 1.0.0-alpha1
There should be support for the Maybe reactive base type for one off queries that do not care about live updates. In the current RxRoom implementation, queries that do not return a result are filtered out before they get to the downstream subscribers. Adding support for Maybe would allow us to query for a query that may or may not return a result, and act accordingly with our normal RxJava operators.
See: