Commit 7e3dec87 authored by Christian Stoller's avatar Christian Stoller Committed by Benjamin Eberlei

Bugfix DDC-2013 - Default Session Value ".," for "NLS_NUMERIC_CHARACTERS"....

Bugfix DDC-2013 - Default Session Value ".," for "NLS_NUMERIC_CHARACTERS". This is needed because Oracle uses other characters for decimal separation depending on the servers locale
parent 8136c296
......@@ -45,6 +45,7 @@ class OracleSessionInit implements EventSubscriber
'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' => ".,",
);
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment