Gomobile Android Query return 0 rows but ios return 53 rows
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 9.2k
- Forks
- 1.2k
- Avg merge
- 19m
- Merged PRs (30d)
- 4
Description
select * from a s left join b m on s.msgid=m.msgid
a table data 53
b table data 100000
a and b msgid type TEXT
android os exec sql return 0
ios os exec sql return 53 rows
android system api exec sql return 53 rows
help me thanks
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 reproducing the reported SELECT with the stated table sizes and TEXT msgid columns through go-sqlite3 on Android and iOS, then compare it with the Android system API result. Verify the data, schema, SQLite build, and driver behavior before determining why Android returns zero rows instead of 53; no file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, sqlite
- Domain
- databases, mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100