Skip to content

Commit

Permalink
Merge commit 'a5d2bafb2b009cca29837db45ac6febe6c963859' into 4.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 1, 2024
2 parents 0b77350 + a5d2baf commit 72a626c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Driver/OCI8/Middleware/InitializeSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public function connect(
'ALTER SESSION SET'
. " NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS'"
. " NLS_TIME_FORMAT = 'HH24:MI:SS'"
. " NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS'"
. " NLS_TIMESTAMP_FORMAT = 'YYYY-MM-DD HH24:MI:SS'"
. " NLS_TIMESTAMP_TZ_FORMAT = 'YYYY-MM-DD HH24:MI:SS TZH:TZM'"
. " NLS_NUMERIC_CHARACTERS = '.,'",
Expand Down

0 comments on commit 72a626c

Please sign in to comment.