[RDBO] loader dies if pg table has unique index when make_modules is called

2007-04-01 Thread Jonathan Vanasco
Lots of messages like this: Could not auto-retrieve unique keys for class X::RoseDB::Object::X - No columns found for relation id 174592, column numbers 0 at /Library/Perl/5.8.6/Rose/DB/Object/ Metadata/Auto/Pg.pm line 111. at /Library/Perl/5.8.6/Rose/DB/Object/Loader.pm line 889 wh

Re: [RDBO] loader dies if pg table has unique index when make_modules is called

2007-04-01 Thread Jonathan Vanasco
On Apr 2, 2007, at 1:31 AM, Jonathan Vanasco wrote: > > Lots of messages like this: > > Could not auto-retrieve unique keys for class > X::RoseDB::Object::X - No columns found for relation id > 174592, column numbers 0 at /Library/Perl/5.8.6/Rose/DB/Object/ > Metadata/Auto/Pg.pm line 111.

[RDBO] Loader: request and doc change

2007-04-01 Thread Jonathan Vanasco
doc change: with_managers seems to default to true , it should be listed as such feature request: it would be nice if a variation of with_managers could be called , that did not create: __PACKAGE__->make_manager_methods('useraccount'); ---