[rt-commit] [svn] r505 - rt/branches/rt-3.1/lib/RT

jesse at fsck.com jesse at fsck.com
Mon Mar 8 18:53:37 EST 2004


Author: jesse
Date: Mon Mar  8 18:53:36 2004
New Revision: 505

Modified:
   rt/branches/rt-3.1/lib/RT/Handle.pm
Log:
Updated handling of CLOBs in oracle.


Modified: rt/branches/rt-3.1/lib/RT/Handle.pm
==============================================================================
--- rt/branches/rt-3.1/lib/RT/Handle.pm	(original)
+++ rt/branches/rt-3.1/lib/RT/Handle.pm	Mon Mar  8 18:53:36 2004
@@ -69,6 +69,8 @@
 			 User => $RT::DatabaseUser,
 			 Password => $RT::DatabasePassword,
 			);
+
+    $self->dbh->{LongReadLen} = $RT::MaxAttachmentSize;
    
 }
 



More information about the Rt-commit mailing list