RushOrm icon indicating copy to clipboard operation
RushOrm copied to clipboard

Object-relational mapping for Android

Results 43 RushOrm issues
Sort by recently updated
recently updated
newest added

Hi. I've been using your library for a week now and I have to say I think it's great. It best suit my needs out of a few I looked...

enhancement

hi, how do i formulate column constrants like not null or uniqie? didn't i just find it, isn't it documented or is it missing? best regards, m. p.s.: thank you...

enhancement

Is there a way to change the prefix of the default tables? I'm referring to RushTextFile, RushJSONFile and RushBitmapFile that are always prefixed with "rush_co_uk_rushorm_core_" or "rush_co_uk_rushorm_android"

enhancement

Add new exception so that users are aware that unsupported objects are not going to be saved. Also link them to how to implement custom column type.

enhancement

add continuos integration and coverage report

enhancement

Hi there, When i try to read/write stuff at the same time, the orm doesnt have a stack of orders so some of the saves get lost, is there a...

Hey, the detailed error is "W/SQLiteCursor﹕ Close cursor android.database.sqlite.SQLiteCursor@2e23c6f3 on null twice or more" i get this error pretty often. I thought first i comes from my testing, if a...

Great library btw. I know Rush classes can be set on the config so that the library doesn't have to loop through every class in the dex file to check...

enhancement

when i save an arraylist item ,the array is resorted and that item is pushed to last, is there a way to go around it?

bug

Hi Stuart, have you ever thought to introduce the support for SQLChiper (https://www.zetetic.net/sqlcipher/open-source/) into RushORM? It might be an interesting feature! Bye!

enhancement