Re: [Dbix-class] Subquery overhead with slice()

2008-08-17 Thread Matt S Trout
On Sun, Aug 10, 2008 at 04:06:48PM +0400, Nickolay Platonov wrote: Ok, I'm currently working on project, where DB is oracle, where this will become noticeable , I'll try to patch it. Well, if you get stuck feel free to ask questions on here and/or on IRC (irc.perl.org #dbix-class, I'm mst on

Re: [Dbix-class] Components, overrides, and method call ordering

2008-08-17 Thread Matt S Trout
On Tue, Aug 12, 2008 at 09:18:26AM +1000, Jason Galea wrote: Hi all, I have a component which overrides row methods and I have overridden one of these methods in the table ResultSource as well. That makes no sense. Row isn't 'isa' ResultSource. The method in the ResultSource is being

Re: [Dbix-class] get_inflated_columns and selecting specific columns

2008-08-17 Thread Matt S Trout
On Wed, Aug 13, 2008 at 11:26:59AM -0400, Ronald J Kimball wrote: With search(), you can specify a set of columns to return, e.g.: select = [qw/ item_id name /], However, unlike get_columns(), get_inflated_columns() doesn't limit itself to those columns. Instead, it returns values for