From: Rafael Kitover Date: Thu, 11 Jun 2009 23:39:28 +0000 (+0000) Subject: connect_call_set_datetime_format for Oracle, I have no idea why this didn't get commi... X-Git-Tag: v0.08108~48^2~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=82f6f45f40c17f9cf2c2385776f4165d4bb63b98;p=dbsrgits%2FDBIx-Class.git connect_call_set_datetime_format for Oracle, I have no idea why this didn't get committed before... --- diff --git a/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm b/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm index 15f2a45..e1f6f29 100644 --- a/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm +++ b/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm @@ -189,12 +189,13 @@ Used as: on_connect_call => 'set_datetime_format' -In L to set the session nls date, -and timestamp values for use with -L. As well as the necessary environment -variables for L. +In L to set the session nls date, and +timestamp values for use with L and the +necessary environment variables for L, which is used +by it. -Maximum allowable precision is used. +Maximum allowable precision is used, unless the environment variables have +already been set. C is also initialized but is not currently used by L.