Dan Horne wrote: >> From: [EMAIL PROTECTED] [mailto:dbix-class- >> [EMAIL PROTECTED] On Behalf Of Matt S Trout >> >> Couldn't you just mirror how on_connect_do handles this? > > Quite possibly, now that you've pointed it out to me ;-) > > I guess the problem I'm experiencing is that I don't know the best way to > solve this problem. For instance, I don't want to explicity set the > NLS_DATE_FORMAT, because that might trash the preferred format of another > Oracle DBIx::Class user. > > I'm sure that this is all easily resolved, but I just can't quite see it...
Grab the NLS_DATE_FORMAT and convert it to something DateTime::Format::Builder and/or DateTime::Format::Strptime can handle maybe? _______________________________________________ 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/
