ReActiveAndroid
ReActiveAndroid copied to clipboard
🚀 Simple and powerful ORM for Android
ReActiveAndroid Version: 1.4.3 Bug or Feature Request: How to load data preloaded in a db file in Assets folder Description: I create a db file with data and when y...
Description: Hello. Full Documentation for ReActiveAndroid is lacking content on the Model Queries section. Refer to the link: https://imangazalievm.gitbooks.io/reactiveandroid/content/model-queries.html , there is no content for that topic on the page.
ReActiveAndroid Version: Bug or Feature Request: Description: Hello everyone, I got this error while switch ActiveAndroid lib to ReActiveAndroid lib. Caused by: java.lang.IllegalStateException: Couldn't read row 0, col -1 from...
ReActiveAndroid Version: 1.4.3 Bug or Feature Request: How to serialize int array? Description: I have a column that is of type `int[]`: ```Java @Table(name = "Notes", database = AppDatabase.class) public...
Thank you for contributing to ReActiveAndroid. Before pressing the "Create Pull Request" button, please consider the following points: - [ ] Please give a description about what and why you...
ReActiveAndroid Version: Latest Bug or Feature Request: Bug Description: Issue with ReActiveAndroid compatibility with AndroidX or SDK Version AndroidX compileSdkVersion 28 minSdkVersion 21 targetSdkVersion 28 implementation 'androidx.appcompat:appcompat:1.0.2' implementation 'com.google.android.material:material:1.0.0' implementation...
how to get database path ? i want save .db file in my android app. but im using this final String inFileName = activity.getDatabasePath("classname").toString(); is returning empty. can u help...
ReActiveAndroid Version: 1.4.3 Bug or Feature Request: Got a data integrity crash after updating data model and database version Description: ``` java.lang.IllegalStateException: ReActiveAndroid cannot verify the data integrity. Looks like...
Feature Request: Annotations instead of reflection as per readme for performance
ReActiveAndroid Version: implementation 'com.reactiveandroid:reactiveandroid:1.4.3' Bug or Feature Request: public static int getactualarea(String seasonid,String crop,String section) { return (int) Select.from(PlatationMasterDb.class).where("section_id LIKE ? AND season_id LIKE ? AND season_id LIKE ?", section,...