Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 46953
Status: resolved
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: TIMB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.08115



Subject: get_inflated_columns doesn't return columns added via 'as' (whereas get_columns does)
get_inflated_columns() doesn't return columns added via 'as', whereas get_columns() does. The doc's make no mention of this, so I'm hoping it's a bug and not a feature. More generally, the way get_columns() and get_inflated_columns() determine the list of columns to return is very different, yet the docs give no hint that they'd return different sets of columns in some situations. I'd expect them to use the same logic. [Also, get_inflated_columns() is recalculating a lot of information for each row that would be constant and this cacheable.]
Stalling until Tim finds some time to get this going.