On 12/21/06, John Napiorkowski <[EMAIL PROTECTED]> 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 _______________________________________________ List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class Wiki: http://dbix-class.shadowcatsystems.co.uk/ IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/ Searchable Archive: http://www.mail-archive.com/[email protected]/
