Skip to content

Commit 52d028a

Browse files
committed
Only keep modes for mysql
1 parent 885b36d commit 52d028a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Driver/AbstractDriver.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,7 @@ protected function configureOptions(OptionsResolver $resolver): void
115115
'pool' => [],
116116
'strict' => true,
117117
'modes' => [
118-
'ONLY_FULL_GROUP_BY',
119-
'STRICT_TRANS_TABLES',
120-
'ERROR_FOR_DIVISION_BY_ZERO',
121-
'NO_ENGINE_SUBSTITUTION',
122-
'NO_ZERO_IN_DATE',
123-
'NO_ZERO_DATE',
118+
//
124119
]
125120
]
126121
)

0 commit comments

Comments
 (0)