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

2007-07-09 Thread John Siracusa
On 4/2/07, Jonathan Vanasco [EMAIL PROTECTED] wrote: testing some more, i found out that this happens only on a function index ie: works: CREATE UNIQUE INDEX email_uidx ON table(email) breaks: CREATE UNIQUE INDEX email_uidx ON

[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

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. at