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 362 forks source link

为啥save和update方法没效果? #8

Closed h3clikejava closed 8 years ago

h3clikejava commented 9 years ago

我用save方法保存了数据,用liteOrm.update去更新内容,返回int是正确的条数。 但是用query重新查询出来的结果还是旧的值,为啥呢?

litesuits commented 8 years ago

贴代码看一下,另外,请使用1.7.0最新版