Skip to content

Commit 53a55b0

Browse files
committed
wip
1 parent 25fc033 commit 53a55b0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/database/src/QueryStatements/SelectStatement.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ public function compile(DatabaseDialect $dialect): string
8989

9090
$compiled = $query->implode(PHP_EOL);
9191

92-
/* TODO: this should be improved.
93-
* More specifically, \Tempest\Database\Builder\FieldDefinition should be aware of the dialect,
94-
* or the whole ORM should be refactored to use \Tempest\Database\QueryStatements\FieldStatement*/
95-
// if ($dialect === DatabaseDialect::SQLITE) {
96-
// $compiled = $compiled->replace('`', '');
97-
// }
98-
9992
return $compiled;
10093
}
10194
}

0 commit comments

Comments
 (0)