agrosner / DBFlow

A blazing fast, powerful, and very simple ORM android database library that writes database code for you.
MIT License
4.87k stars 598 forks source link

Issues while updating the library version #1720

Closed braver-tool closed 3 years ago

braver-tool commented 3 years ago

Last two years we using DBFlow, this was good library for local database!..I updating the library version from 4.2.4 to 5.0.0-alpha2, need your help to migrate our code with latest syntax changes. Because we facing errors like saving data,etc., Please find the below picture for your reference. Thanks in advance);- or Need sample project with updated library version.

Gradle version : 3.5.3 Target SDK version : 30 Testing device : Oneplus 7, Android OS : 10

db_error

braver-tool commented 3 years ago

I fixed above issue using below code):-

FastStoreModelTransaction.insertBuilder(FlowManager.getModelAdapter(User.class)).addAll(userList).build().execute(MyApplication.getDatabase());