Skip to content

Commit 37335f1

Browse files
committed
feat: set trailing nullcols by default
1 parent 37ff334 commit 37335f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SQLLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function into(
8989
array $columns = [],
9090
?string $terminatedBy = ',',
9191
?string $enclosedBy = '"',
92-
bool $trailing = false,
92+
bool $trailing = true,
9393
array $formatOptions = [],
9494
?string $when = null,
9595
): static {

0 commit comments

Comments
 (0)