[Dbix-class] branch status

Brandon Black blblack at gmail.com
Thu Dec 21 14:49:21 GMT 2006


On 12/21/06, John Napiorkowski <jjn1056 at yahoo.com> wrote:
> How is you new 'columns_info_for' method accessed?

Right now columns_info_for (the method, as opposed to the branch, but
I'm assuming the branch extends the same basic concepts the current
method has...) is in a deprecated state.  In -current and 0.08, it
will no longer be called by default like it is now for empty
column_info, and in the next development cycle it will be removed
completely.  Basically, we reasoned out that this code belongs in
Loader and SQLT, but not in DBIx::Class core.  Its too heuristic and
fragile, even for what little it does today, and trying to extend it
any further would be like reinventing parts of Loader and/or SQLT in
the core.

-- Brandon



More information about the Dbix-class mailing list