Hi John + list, I'm a long time user of Class::DBI and I'm looking at RDBO as a replacement during a new project. It's biggest draw for me are hooks you have built in to generate static modules files from the database so I can keep my DB access code in sync with my DB schema. The RAD and readability features this capability provides are fanastic. I've never been a big fan of creating methods at module load time.
On to my question: My schema has a table "address". When using the default ConventionManager and autogenerating classes the coresponding class will have it's last 's' dropped to become "Addres". I expected that using RDBO::ConventionManager::Null would prevent that from occuring. Is that an incorrect interpretation of the docs? Have I set up my base class correctly? Base Class: package LF::Base; use base 'Rose::DB::Object'; __PACKAGE__->meta->convention_manager(undef); 1; -- Clayton Scott [EMAIL PROTECTED] ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Rose-db-object mailing list Rose-db-object@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rose-db-object