Closed GoogleCodeExporter closed 9 years ago
Original comment by hcblahb...@gmail.com
on 3 Jul 2010 at 8:06
Fixed in v2 beta 3.1
Original comment by hcblahb...@gmail.com
on 3 Jul 2010 at 8:23
I am sorry ,I write the wrong patch.
--- phurl.sql 2010-06-07 10:31:58.346944251 +0800
+++ test.sql 2010-06-10 10:11:25.582941354 +0800
@@ -7,9 +7,9 @@
CREATE TABLE phurl_urls (
id int(10) unsigned NOT NULL auto_increment,
- url text NOT NULL,
- code varchar(20) NOT NULL default '',
- alias varchar(20) NOT NULL default '',
+ url text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
+ code varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL default '',
+ alias varchar(20) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL default '',
date_added datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (id),
UNIQUE KEY code (code),
Original comment by renn...@gmail.com
on 3 Jul 2010 at 8:53
issue re-opened as still exists. we are working on this.
Original comment by hcblahb...@gmail.com
on 3 Jul 2010 at 6:16
Original comment by hcblahb...@gmail.com
on 3 Jul 2010 at 8:49
Original comment by hcblahb...@gmail.com
on 4 Jul 2010 at 8:27
Original issue reported on code.google.com by
renn...@gmail.com
on 10 Jun 2010 at 2:26