Christopher H. Laco wrote: > Can someone give me a quick synopsis of how this works. > > It looks like it's always loaded, and only intervenes when it sees a > column_info data_type of 'datetime'.
It's not always loaded, you have to ask for it. Yeah, all it does is intervene in the case of a register_column call for a datetime. > What if we're using add_columns() without passing column_info? Then it won't do anything. > And how does this related to the manual inflate example in InflateColumn? It probably obsoletes it. Doc patches welcome. _______________________________________________ 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/
