Page MenuHomePhabricator

Postgresql doesn't allow illegal utf8 characters in statements
Closed, ResolvedPublic

Description

Author: pomac

Description:
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.


Version: 1.10.x
Severity: major

Details

Reference
bz10780

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:50 PM
bzimport set Reference to bz10780.
bzimport added a subscriber: Unknown Object (MLST).

Guessing this is referring to the math stuff; duping to bug 9909

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