As I dig more into this problem, I found that the createdb.sql and 
3xx-to-400-migration.sql insert table data differently.

3xx-to-400-migration.sql:

insert into rag_planet (id,title,handle) values 
('zzz_default_planet_zzz','Default Planet','zzz_default_planet_zzz');

 

createdb.sql:

insert into rag_planet (id, handle, title) values ('zzz_default_planet_zzz', 
'default', 'Default Planet');

 

The 3xx-to-400-migration.sql ‘s table data matchs the code.

 

So this may be a db script problem instead of codes?

 

  _____  

From: Miles Huang [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 17, 2007 1:24 PM
To: [email protected]
Subject: planetManager.getPlanet() should use planet handle instead of id

 

The planet shipped with roller doesn’t working.

Attached a patch file here for reference. It’s just a quick search and 
replacement work.

 

Re,

Miles.

Reply via email to