go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

Gomobile Android Query return 0 rows but ios return 53 rows

Open tangjiaqq opened this issue 3 years ago • 0 comments

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

tangjiaqq avatar Aug 04 '22 00:08 tangjiaqq