mirror of https://github.com/AMT-Cheif/drift.git
Fix typos
This commit is contained in:
parent
bf3f15909c
commit
a3ce27f4e0
|
@ -36,7 +36,7 @@ class QueryWriter {
|
||||||
}
|
}
|
||||||
|
|
||||||
// We generate the Dart string literal for the SQL query by walking the
|
// We generate the Dart string literal for the SQL query by walking the
|
||||||
// parsed AST. This eliminates unecessary whitespace and comments in the
|
// parsed AST. This eliminates unnecessary whitespace and comments in the
|
||||||
// generated code.
|
// generated code.
|
||||||
// In some cases, the whitespace has an impact on the semantic of the
|
// In some cases, the whitespace has an impact on the semantic of the
|
||||||
// query. For instance, `SELECT 1 + 2` has a different column name than
|
// query. For instance, `SELECT 1 + 2` has a different column name than
|
||||||
|
@ -620,7 +620,7 @@ class _ExpandedVariableWriter {
|
||||||
|
|
||||||
void _writeNewVariables() {
|
void _writeNewVariables() {
|
||||||
// In the new generation mode, we first write all non-array variables in
|
// In the new generation mode, we first write all non-array variables in
|
||||||
// a continous block, then we proceed to add arrays and other expanded
|
// a continuous block, then we proceed to add arrays and other expanded
|
||||||
// declarations.
|
// declarations.
|
||||||
var first = true;
|
var first = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue