Aaron Schulz has uploaded a new change for review. Change subject: [Database] Set bytea_output to match pg_unescape_bytea(). ......................................................................
[Database] Set bytea_output to match pg_unescape_bytea(). * In newer versions of PG, a "hex" escaping format is used, which totally breaks things like SqlBagOStuff since the pg_unescape_bytea function still works the old way (it does not use a DB handle). Setting the format to the old way via SET fixes this. Change-Id: I9f5a64922acd2d954880790f42ba4efafaed314e --- M includes/db/DatabasePostgres.php 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/40/47340/1 -- To view, visit https://gerrit.wikimedia.org/r/47340 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9f5a64922acd2d954880790f42ba4efafaed314e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aaron Schulz <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
