-
https://github.com/square/sqldelight
-
As I mention in title, what I have to use to update multiple rows by different values?
For example, I have table like this:
```
class Language {
private String name;
private in…
-
Is it possible in storio subscribe only for changes in database, but without first emit (which just reads current data in a table)?
Of course, I can do something like `...asObservable().skip(1)`
But…
-
Hi!
Should i setup some proguard rules?
I have this error:
Warning:com.pushtorefresh.storio.operations.internal.OnSubscribeExecuteAsBlockingCompletable: can't find superclass or interface rx.Comple…
Tooto updated
7 years ago
-
-
I use **storIO.get().listOfObjects().withGetResolver().asRxObservable()** to observable database change.
But the result is not I want, because my GetResolver will return null object , when i show t…
-
We have a goal to scan the top 1k of npm and maven for OSLS announcement. We need to actually do these scans and likely also a bit of curation on some of them to give people the flavor of the results.
-
om.pushtorefresh.storio.StorIOException: android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed.
at com.pushtorefresh.storio.sqlite.operations.put.PreparedPutC…
-
This is a great lib and I use it in most of my projects except the one's the client asks to be compatible down to Android 2.3! Any idea on lowering the minSdkVersion to API 9 somewhere in the future?
…
-
Hi, I am using AutoValue and have this result:
```
@AutoValue
@StorIOSQLiteType(table = CharactersTable.TABLE)
public abstract class LocalCharacter {
@NonNull
@StorIOSQLiteColumn(na…