tokuhirom / DBIx-Inspector

Other
16 stars 4 forks source link

PrimaryKey が存在しないテーブルについて #5

Closed hatyuki closed 12 years ago

hatyuki commented 12 years ago

PostgreSQL で PrimaryKey が存在しないテーブルに対して $inspector->primary_key($table_name) すると、DBIx::Inspector::Iterator の内部でエラーが発生してしまう (Can't call method "fetchrow_hashref" on an undefined value) ため、そのような場合には DBIx::Inspector::Driver::Pg が DBIx::Inspector::Iterator::Null を返すように修正しました。