Last modified: 2010-05-15 15:50:56 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T12780, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 10780 - Postgresql doesn't allow illegal utf8 characters in statements
Postgresql doesn't allow illegal utf8 characters in statements
Status: RESOLVED DUPLICATE of bug 9909
Product: MediaWiki
Classification: Unclassified
Database (Other open bugs)
1.10.x
All All
: Normal major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-08-02 17:09 UTC by Ian Kumlien
Modified: 2010-05-15 15:50 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Ian Kumlien 2007-08-02 17:09:54 UTC
I had hacked a older version of mediawiki to save the hashes as actual characters since the pack didn't work back then either. But, afiar it complained about the data stored.

It turns our that all bytea statements needs to be escaped, as specified here:
http://www.postgresql.org/docs/8.2/interactive/datatype-binary.html

In the lack of any better ideas, i hacked it again to save the hashes as text.
Comment 1 Brion Vibber 2007-08-08 17:30:41 UTC
Guessing this is referring to the math stuff; duping to bug 9909

*** This bug has been marked as a duplicate of bug 9909 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links