Stuart Campbell

Results 37 comments of Stuart Campbell

Hi, Had not thought about that. No immediate plans to integrate it, it could probably be done by just writing a different implementation of this class. https://github.com/Stuart-campbell/RushCore/blob/master/src/main/java/co/uk/rushorm/core/RushStatementRunner.java This the the...

Yeah submodules are great in theory but not so much in practice. If you use something like SourceTree and create a new repository from https://github.com/Stuart-campbell/RushOrm.git it will pull RushCore as...

Looks like you might need to use the async methods for saves and loads. Async save is done by calling ``` object.save(new RushCallback() { @Override public void complete() { /*...

Hi, There is no inbuilt way to do pre and post migration actions, that said should be pretty simple to do. (Not tested this but should work) Create a class...

Hi, Not to sure why you are seeing that. From a quick search all I can see is someone suggestion catching the error which seems pretty pointless. I will keep...

+1 We want to move away from client defaults and perform a one-time guaranteed sync on the first install. Was easy enough on iOS (although still a little hacky) but...

I am having same issue as Atif-09 KMP -> 2.0.1+16.0.2 What I thought was worth pointing out both are on OnePlus8Pro I had crashes on a build number that I...