flutter-book icon indicating copy to clipboard operation
flutter-book copied to clipboard

253页

Open w5185552 opened this issue 4 years ago • 0 comments

deleteAll 方法

报错:E/SQLiteLog(17643): (1) near "*": syntax error

E/flutter (17643): [ERROR:flutter/lib/ui/ui_dart_state.cc(157)] Unhandled Exception: DatabaseException(near "*": syntax error (code 1): , while compiling: delete * from Client) sql 'delete * from Client ' args []}

解决:使用delete from Client 不带*号

sqflite: ^1.1.6+4

w5185552 avatar Apr 05 '20 05:04 w5185552