tokuhirom / DBIx-Inspector

Other
16 stars 4 forks source link

support postgresql reserved word #2

Closed makamaka closed 12 years ago

makamaka commented 12 years ago

DBD::Pg's table_info and column_info return quoted names if they require (ex. SQL reserved word), In such a case, DBIx::Inspector::Iterator doesn't work. This patch supports them.