[Bast-commits] r6641 - DBIx-Class/0.08/branches/on_connect_call/lib/DBIx/Class/Storage/DBI/Oracle

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Thu Jun 11 23:39:28 GMT 2009


Author: caelum
Date: 2009-06-11 23:39:28 +0000 (Thu, 11 Jun 2009)
New Revision: 6641

Modified:
   DBIx-Class/0.08/branches/on_connect_call/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
Log:
connect_call_set_datetime_format for Oracle, I have no idea why this didn't get committed before...

Modified: DBIx-Class/0.08/branches/on_connect_call/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
===================================================================
--- DBIx-Class/0.08/branches/on_connect_call/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm	2009-06-11 21:50:41 UTC (rev 6640)
+++ DBIx-Class/0.08/branches/on_connect_call/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm	2009-06-11 23:39:28 UTC (rev 6641)
@@ -189,12 +189,13 @@
 
     on_connect_call => 'set_datetime_format'
 
-In L<DBIx::Class::Storage::DBI/connect_info> to set the session nls date,
-and timestamp values for use with
-L<DBIx::Class::InflateColumn::DateTime>. As well as the necessary environment
-variables for L<DateTime::Format::Oracle>.
+In L<DBIx::Class::Storage::DBI/connect_info> to set the session nls date, and
+timestamp values for use with L<DBIx::Class::InflateColumn::DateTime> and the
+necessary environment variables for L<DateTime::Format::Oracle>, which is used
+by it.
 
-Maximum allowable precision is used.
+Maximum allowable precision is used, unless the environment variables have
+already been set.
 
 C<nls_timestamp_tz_format> is also initialized but is not currently used by
 L<DBIx::Class::InflateColumn::DateTime>.




More information about the Bast-commits mailing list