mirror of https://github.com/AMT-Cheif/drift.git
Fix writing components
This commit is contained in:
parent
24f6ec5c01
commit
efcd9bfa83
|
@ -121,9 +121,9 @@ class SqlWriter extends NodeSqlBuilder {
|
||||||
query.placeholders.singleWhere((p) => p.astNode == e);
|
query.placeholders.singleWhere((p) => p.astNode == e);
|
||||||
|
|
||||||
_writeRawInSpaces('\${${placeholderContextName(moorPlaceholder)}.sql}');
|
_writeRawInSpaces('\${${placeholderContextName(moorPlaceholder)}.sql}');
|
||||||
|
} else {
|
||||||
|
return super.visitMoorSpecificNode(e, arg);
|
||||||
}
|
}
|
||||||
|
|
||||||
return super.visitMoorSpecificNode(e, arg);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue