On 1/11/06, Will Hawes <info at whawes.co.uk> wrote: > Is it possible to control the order in which columns are returned from a > DBIx::Class object? > You mean from DBIx::Class::Table->columns? Perhaps this should be an optional column_info attribute (sort_order?) that ->columns looks at. -- Brandon