Daniel Markart

Results 1 issues of Daniel Markart

Hello, it seems that there are concurrency issues. I have an ollie model `Task.java` with 2 tables: ``` java @SerializedName(SERVER_ID) @Column(SERVER_ID) @Unique(ConflictClause.REPLACE) public String mServerId; @Column(NEW_CONTENT) public Boolean mHasNewContent; public...