-
As i known , each change object triggers a query task in `storio`. how can i filter the change before the query task?
should we add another `asRxObservable` method in get operations?
https://gi…
-
In my Android project (that I can unfortunately not share) with StorIO 1.12.2 and Dagger 2.8, the Gradle build fails with the following exception:
```
Caused by: java.lang.NoSuchMethodError: com.s…
-
Have you considered adding support for [`ContentResolver::bulkInsert`][1]?
---
If so, what's a good way I could go about starting that? I could see the following changes:
- Add bulk insert s…
-
Firstable thank you for your snappy library!
Let me explain a bug that I got.
### Version
- 1.12.0
- Note that I'm using Kotlin 1.0.5 with it
### How to reproduce
Define a model below.…
-
Subscription sc = storIOSQLite
.get()
.listOfObjects(Tweet.class)
.withQuery(RawQuery.builder()
.query("SELECT DISTINCT auth…
-
I created a put resolver that looks like this:
````java
public class UserPutResolver extends UserStorIOSQLitePutResolver {
@NonNull
@Override
public ContentValues mapToContentValues(@Non…
-
Let's discuss what to include into next minor release?
I vote for RxJava v2 support #685 and notification tags #663 (recently discussed offline with @nikitin-da, @geralt-encore if you need more inf…
-
## Descrição da vaga
Desenvolvimento em app Android para pesquisas em pontos de venda, incluindo:
- novas funcionalidades;
- análise e correção de issues;
- evolução e refatoração.
## Local…
-
Hi everyone! This is my data class for a StorIO table with 5 columns using Kotlin
```
@StorIOSQLiteType(table = AttachmentTable.TABLE)
data class Attachment @StorIOSQLiteCreator constructor(
…
-
In my opinion, SQL is painless until you start having to write joins. With Rx, "in-memory" joins, while less efficient, they are API friendly when using an operator like `.combineLatest()`.
Problem:…