[prev] [thread] [next] [lurker] [Date index for 2005/02/22]
Author: simon Date: 2005-02-22 11:05:00 +0000 (Tue, 22 Feb 2005) New Revision: 1945 Modified: trunk/Email-Store-NamedEntity/Changes trunk/Email-Store-NamedEntity/lib/Email/Store/NamedEntity.pm Log: Make the SQL more compliant Modified: trunk/Email-Store-NamedEntity/Changes =================================================================== --- trunk/Email-Store-NamedEntity/Changes 2005-02-22 11:02:30 UTC (rev 1944) +++ trunk/Email-Store-NamedEntity/Changes 2005-02-22 11:05:00 UTC (rev 1945) @@ -1,3 +1,9 @@ +Tue Feb 22 11:04:01 GMT 2005 v1.4 +----------------------------------------------- +Make the SQL more Compliant + + + Sun Jul 4 13:32:48 BST 2004 v1.3 ----------------------------------------------- Eeek - 1.2 didn't compile. Stupid Simon. Modified: trunk/Email-Store-NamedEntity/lib/Email/Store/NamedEntity.pm =================================================================== --- trunk/Email-Store-NamedEntity/lib/Email/Store/NamedEntity.pm 2005-02-22 11:02:30 UTC (rev 1944) +++ trunk/Email-Store-NamedEntity/lib/Email/Store/NamedEntity.pm 2005-02-22 11:05:00 UTC (rev 1945) @@ -121,9 +121,9 @@ 1; __DATA__ CREATE TABLE named_entity ( - id int AUTO_INCREMENT NOT NULL PRIMARY KEY, + id INTEGER AUTO_INCREMENT NOT NULL PRIMARY KEY, mail varchar(255), thing varchar(255), description varchar(60), - score float(4,2) + score real );
Generated at 12:00 on 22 Feb 2005 by mariachi 0.52