Call to() in JoinBuilder
This commit is contained in:
parent
6b7af9c0f8
commit
18abdc6655
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class JoinBuilder {
|
|||
break;
|
||||
}
|
||||
|
||||
b.write(' $to');
|
||||
b.write(' ${to()}');
|
||||
if (alias != null) b.write(' $alias');
|
||||
b.write(' ON $left$op$right');
|
||||
return b.toString();
|
||||
|
|
Loading…
Reference in a new issue