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

请问第一次安装运行的时候能从数据库取到自增id返回值,关闭重启后自增id无法返回值是什么原因啊? #55

Closed SuWe1 closed 7 years ago

SuWe1 commented 7 years ago

第一次安装app运行的时候能从打印log中看到能从数据库取到自增id返回值, 但是关闭app重启后自增id返回值全部取到的为0