sqflite_web
sqflite_web copied to clipboard
db.rawQuery failed to query the collection that meets the conditions
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
Strange. I don't actually get your error message (List can not be queried) but I don't get the correct results, either.