r22912 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22911‎ | r22912 | r22913 >
Date:18:40, 11 June 2007
Author:greg
Status:old
Tags:
Comment:
Revert to correct encodeBlob() function
Modified paths:
  • /trunk/phase3/includes/DatabasePostgres.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DatabasePostgres.php
@@ -1099,7 +1099,7 @@
11001100 }
11011101
11021102 function encodeBlob( $b ) {
1103 - return pg_escape_bytea( $b );
 1103+ return array('bytea',pg_escape_bytea($b));
11041104 }
11051105 function decodeBlob( $b ) {
11061106 return pg_unescape_bytea( $b );

Follow-up revisions

RevisionCommit summaryAuthorDate
r22919Merged revisions 22878-22918 via svnmerge from...david00:00, 12 June 2007

Status & tagging log