Commit 7cb52a34 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Merge pull request #197 from naitsirch/master

Set default session value for NLS_NUMERIC_CHARACTERS (Bugfix for DDC-2013)
parents 7e512fcf 3a8d714e
...@@ -45,6 +45,7 @@ class OracleSessionInit implements EventSubscriber ...@@ -45,6 +45,7 @@ class OracleSessionInit implements EventSubscriber
'NLS_DATE_FORMAT' => "YYYY-MM-DD HH24:MI:SS", 'NLS_DATE_FORMAT' => "YYYY-MM-DD HH24:MI:SS",
'NLS_TIMESTAMP_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_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