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

可以增加条件更新吗? #41

Open pklimi opened 8 years ago

pklimi commented 8 years ago

现在需要先查询出来再update,希望可以直接在update中加入where

litesuits commented 7 years ago

update 使用带WhereBuilder参数的就可以呀

ervinsae commented 7 years ago

指定某个字段不更新,要怎么操作呢