litesuits / android-lite-orm

LiteOrm is a fast, small, powerful ORM framework for Android. LiteOrm makes you do CRUD operarions on SQLite database with a sigle line of code efficiently.
http://litesuits.com?form=gorm
Apache License 2.0
1.49k stars 361 forks source link

插入BigDecimal类型数据的问题 #73

Open JamesLiAndroid opened 6 years ago

JamesLiAndroid commented 6 years ago

我这边需要在数据库存储后台传来的价格信息,用BigDecimal存储的时候,报错:

SQLiteException: unknown error (code 0):INTEGER data in nativeGetBlob

这个是为何?需要我上传具体的日志吗?