r102428 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102427‎ | r102428 | r102429 >
Date:19:36, 8 November 2011
Author:freakolowsky
Status:resolved (Comments)
Tags:
Comment:
* Small bugfix, has already been fixed in 1.18 and trunk (installer issue: hardcoded NLS_NUMERIC_CHARACTERS)
Modified paths:
  • /branches/REL1_17/phase3/includes/db/DatabaseOracle.php (modified) (history)

Diff [purge]

Index: branches/REL1_17/phase3/includes/db/DatabaseOracle.php
@@ -275,6 +275,8 @@
276276 # removed putenv calls because they interfere with the system globaly
277277 $this->doQuery( 'ALTER SESSION SET NLS_TIMESTAMP_FORMAT=\'DD-MM-YYYY HH24:MI:SS.FF6\'' );
278278 $this->doQuery( 'ALTER SESSION SET NLS_TIMESTAMP_TZ_FORMAT=\'DD-MM-YYYY HH24:MI:SS.FF6\'' );
 279+ $this->doQuery( 'ALTER SESSION SET NLS_NUMERIC_CHARACTERS=\'.,\'' );
 280+
279281 return $this->mConn;
280282 }
281283

Follow-up revisions

RevisionCommit summaryAuthorDate
r108234* RN for r106807 and r102428 (sry 4 delay)freakolowsky14:50, 6 January 2012

Comments

#Comment by Tim Starling (talk | contribs)   06:47, 30 December 2011

Needs release notes.

Status & tagging log