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

query查询的时候,偶尔查询不到内容 #54

Open xxm-wu opened 7 years ago

xxm-wu commented 7 years ago

跟踪发现 TableManager mSqlTableMap中没有要查询这个表。但是数据库中确实是存在这张表的,并且可以查询到内容。