r108779 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108778‎ | r108779 | r108780 >
Date:23:22, 12 January 2012
Author:overlordq
Status:ok (Comments)
Tags:
Comment:
Followup to r108744
Modified paths:
  • /trunk/phase3/includes/db/DatabasePostgres.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/DatabasePostgres.php
@@ -1046,7 +1046,7 @@
10471047 return 'SearchPostgres';
10481048 }
10491049
1050 - protected function streamStatementEnd( &$sql, &$newLine ) {
 1050+ public function streamStatementEnd( &$sql, &$newLine ) {
10511051 # Allow dollar quoting for function declarations
10521052 if ( substr( $newLine, 0, 4 ) == '$mw$' ) {
10531053 if ( $this->delimiter ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r108774Give sql.php eval.php type scrollbackreedy22:57, 12 January 2012

Comments

#Comment by Aaron Schulz (talk | contribs)   23:30, 12 January 2012

Mentioned rev is wrong.

#Comment by OverlordQ (talk | contribs)   23:31, 12 January 2012

Yea, should be r108774 not 744.

Status & tagging log