|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re: Re-indexing a SQL resultset by idby Juerd (Abbot) |
| on Jul 09, 2011 at 22:28 UTC ( #913553=note: print w/ replies, xml ) | Need Help?? |
|
It seems to me that your database design (or the name of the 'id' column) is broken if you have non-unique ID's. As for supporting this in the module: I'm not inclined to support something in DBIx::Simple that makes the value type returned dependent on the contents of the result set. That results in rather fragile code. You could just add a method, though:
To keep DBIx::Simple simple, I'm not adding a proliferation of variants; a vast number map_foos_of_bars permutations could be thought of and I'm sure there's they could all be useful in someone's code somewhere, but let's draw a line... :) Juerd
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||