litesuits / litesuits/android-lite-orm
query查询的时候,偶尔查询不到内容
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 359
- PR merge metrics
- No merged PRs in 30d
Description
跟踪发现 TableManager mSqlTableMap中没有要查询这个表。但是数据库中确实是存在这张表的,并且可以查询到内容。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting TableManager and its mSqlTableMap, then compare the map's state with the SQLite database when a query intermittently returns no content. Reproduce the discrepancy and trace when the existing table is absent from the map; done means queries consistently find tables that exist in the database.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java, sqlite
- Domain
- database, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100