Skip to content

Commit a5d2baf

Browse files
authored
Merge pull request #6412 from pilot114/patch-1
remove duplicate set NLS_DATE_FORMAT
2 parents 9cf787c + 9215e56 commit a5d2baf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Driver/OCI8/Middleware/InitializeSession.php

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ public function connect(
2626
'ALTER SESSION SET'
2727
. " NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS'"
2828
. " NLS_TIME_FORMAT = 'HH24:MI:SS'"
29-
. " NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS'"
3029
. " NLS_TIMESTAMP_FORMAT = 'YYYY-MM-DD HH24:MI:SS'"
3130
. " NLS_TIMESTAMP_TZ_FORMAT = 'YYYY-MM-DD HH24:MI:SS TZH:TZM'"
3231
. " NLS_NUMERIC_CHARACTERS = '.,'",

0 commit comments

Comments
 (0)