This commit is contained in:
David Martos 2020-02-01 16:15:14 +01:00
parent a00e6d498e
commit 9e038a238e
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class FlutterQueryExecutor extends DelegatedDatabase {
singleInstance: singleInstance, creator: creator), singleInstance: singleInstance, creator: creator),
logStatements: logStatements); logStatements: logStatements);
/// The underlying sqflite [s.Database] object used by moor to sent queries. /// The underlying sqflite [s.Database] object used by moor to send queries.
/// ///
/// Using the sqflite database can cause unexpected behavior in moor. For /// Using the sqflite database can cause unexpected behavior in moor. For
/// instance, stream queries won't update for updates sent to the [s.Database] /// instance, stream queries won't update for updates sent to the [s.Database]