in reply to Mixed-case column names breaking under Class::DBI
Are you using a sequence on it? Alla __PACKAGE__->sequence('cd_id_seq'). I think you need to do that for Pg but I could be wrong. You also might give Class::DBI::Pg (has sample code for non-CDBI::Pg use too) a try as the base instead, just to see if it makes any difference.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Mixed-case column names breaking under Class::DBI
by sintadil (Pilgrim) on Sep 21, 2004 at 02:31 UTC |