* [story#59810,1h] add sql format.

This commit is contained in:
qixinzhi
2024-09-04 16:10:43 +08:00
committed by 代婷婷
parent 4f5b50193b
commit 7ff357aff2
4 changed files with 4 additions and 4 deletions
@@ -190,7 +190,7 @@ abstract class Statement implements Stringable
// Checking if the name of the clause should be added.
if ($type & 2) {
$query = trim($query) . ' ' . $name;
$query = trim($query) . ' ' . PHP_EOL . $name;
}
// Checking if the result of the builder should be added.