RE: New NestedHash module needs home

2011-09-21 Thread Byrd, Brendan
PM To: dbi-dev@perl.org Cc: Byrd, Brendan Subject: Re: New NestedHash module needs home On Tue, Sep 13, 2011 at 7:50 AM, Jonathan Leffler jonathan.leff...@gmail.commailto:jonathan.leff...@gmail.com wrote: On Mon, Sep 12, 2011 at 10:29, Byrd, Brendan byr...@insightcom.commailto:byr

Re: New NestedHash module needs home

2011-09-21 Thread H.Merijn Brand
On Mon, 12 Sep 2011 17:29:57 +, Byrd, Brendan byr...@insightcom.com wrote: DBD::NestedHash - This could also be its own Perl module within CPAN. However, the hash to table conversion is such a thin wrapper around DBD::AnyData that it just seems to make more sense to actually tie it into

Re: New NestedHash module needs home

2011-09-21 Thread Tim Bunce
: Byrd, Brendan Subject: Re: New NestedHash module needs home On Tue, Sep 13, 2011 at 7:50 AM, Jonathan Leffler jonathan.leff...@gmail.commailto:jonathan.leff...@gmail.com wrote: On Mon, Sep 12, 2011 at 10:29, Byrd, Brendan byr...@insightcom.commailto:byr...@insightcom.com wrote: I

Re: New NestedHash module needs home

2011-09-21 Thread Tim Bunce
) -Original Message- From: Tim Bunce [mailto:tim.bu...@pobox.com] Sent: Wednesday, September 21, 2011 9:45 AM To: Byrd, Brendan Cc: dbi-dev@perl.org Subject: Re: New NestedHash module needs home Would it be an actual DBI driver? Could you post some examples or docs? I'm uncomfortable

RE: New NestedHash module needs home

2011-09-21 Thread Byrd, Brendan
...@insightcom.com System Integration Analyst (NOC Web Developer) -Original Message- From: Tim Bunce [mailto:tim.bu...@pobox.com] Sent: Wednesday, September 21, 2011 9:45 AM To: Byrd, Brendan Cc: dbi-dev@perl.org Subject: Re: New NestedHash module needs home Would it be an actual DBI driver

Re: New NestedHash module needs home

2011-09-14 Thread Jeff Zucker
On Tue, Sep 13, 2011 at 7:50 AM, Jonathan Leffler jonathan.leff...@gmail.com wrote: On Mon, Sep 12, 2011 at 10:29, Byrd, Brendan byr...@insightcom.com wrote: I currently have a working and tested model for a “nested hash to table” conversion. [...] ** **

Re: New NestedHash module needs home

2011-09-13 Thread Jonathan Leffler
Did you consider DBIx::NestedHash? Would that make any sense? On Mon, Sep 12, 2011 at 10:29, Byrd, Brendan byr...@insightcom.com wrote: I currently have a working and tested model for a “nested hash to table” conversion. [...] ** ** My dilemma is: Where exactly should this kind of