[Dbix-class] Naming columns in nested joins

Brandon Black blblack at gmail.com
Wed May 24 23:30:27 CEST 2006


On 5/24/06, Matt S Trout <dbix-class at trout.me.uk> wrote:
> Something I'm very interested in doing once we have subselects is to
> allow the specification of a subselect as a ResultSource, with a view
> (oh gods) to being able to deploy it to the database if you've got one
> that will support it and handle it perl-side if you haven't (though in a
> few years once mysql <4 has been phased out of production it probably
> won't matter so much *crosses fingers*)
>

If you want to get really scary: In PgSQL, DBIC could deploy perl
subroutines to pl/perl stored procedures too :)

-- Brandon



More information about the Dbix-class mailing list