sqflite_web icon indicating copy to clipboard operation
sqflite_web copied to clipboard

db.rawQuery failed to query the collection that meets the conditions

Open Brook688 opened this issue 3 years ago • 1 comments

image

First of all, thank the author very much. When I used it, I found that when I insert multiple'title':'Product 3', and then db.rawQuery('SELECT * FROM Product WHERE title = ?', ['Product 3']) ; List can not be queried

Brook688 avatar Nov 30 '21 14:11 Brook688

Strange. I don't actually get your error message (List can not be queried) but I don't get the correct results, either.

deakjahn avatar Dec 02 '21 19:12 deakjahn