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
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.
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');
---