Skip to content

Commit eaf35b1

Browse files
authored
Merge pull request #381 from janfh/fix/iso_date_default
Use date format = iso
2 parents 4d5705b + 994f20c commit eaf35b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/connection/manager.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ export class SQLJobManager {
3535
"full open": false,
3636
"transaction isolation": "none",
3737
"query optimize goal": "1",
38-
"block size": "512"
38+
"block size": "512",
39+
"date format": "iso"
3940
}));
4041

4142
try {

0 commit comments

Comments
 (0)