]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Explicitly set the character set on the handle column to fix http://laconi.ca/PITS...
authorMike Cochrane <mikec@mikenz.geek.nz>
Sun, 20 Jul 2008 11:34:58 +0000 (07:34 -0400)
committerMike Cochrane <mikec@mikenz.geek.nz>
Sun, 20 Jul 2008 11:34:58 +0000 (07:34 -0400)
darcs-hash:20080720113458-533db-0b0c2736c464195476562fb52f5a5bb1591d3d82.gz

db/laconica.sql

index fe191804597d4433437f3843879d3d20f19c292c..3e8361bc67279a8e42a34e5eaecd1145a5f70fd7 100644 (file)
@@ -182,7 +182,7 @@ create table user_openid (
 
 create table oid_associations (
     server_url BLOB,
-    handle VARCHAR(255),
+    handle VARCHAR(255) character set latin1,
     secret BLOB,
     issued INTEGER,
     lifetime INTEGER,