We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a63b1 commit 91123d2Copy full SHA for 91123d2
1 file changed
src/Statements/CreateStatement.php
@@ -465,7 +465,7 @@ public function build(): string
465
$body = TokensList::buildFromArray($this->body);
466
// Body tokens (e.g. trailing `UNION ALL (SELECT ...)` after the
467
// primary SELECT) are concatenated raw, so without a separator
468
- // the rebuilt SQL collides with the SELECT's last token —
+ // the rebuilt SQL collides with the SELECT's last token,
469
// `WHERE 3 = 3union all` instead of `WHERE 3 = 3 union all`.
470
// Only insert a space when neither side already has one to
471
// avoid double-spacing the WITH...AS path.
0 commit comments