mirror of https://github.com/AMT-Cheif/drift.git
fix runCustom args in encrypted moor
This commit is contained in:
parent
b2285e04ef
commit
25facaaf18
|
@ -126,7 +126,7 @@ mixin _SqfliteExecutor on QueryDelegate {
|
|||
|
||||
@override
|
||||
Future<void> runCustom(String statement, List args) {
|
||||
return db.execute(statement);
|
||||
return db.execute(statement, args);
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in New Issue