[Bast-commits] r6133 - in DBIx-Class/0.08/branches/oracle-tweaks/lib/DBIx: . Class/Storage/DBI/Oracle

nniuq at dev.catalyst.perl.org nniuq at dev.catalyst.perl.org
Tue May 5 13:11:49 GMT 2009


Author: nniuq
Date: 2009-05-05 13:11:49 +0000 (Tue, 05 May 2009)
New Revision: 6133

Modified:
   DBIx-Class/0.08/branches/oracle-tweaks/lib/DBIx/Class.pm
   DBIx-Class/0.08/branches/oracle-tweaks/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
Log:
Added self to contributors; clarified comment on :ora_types imports.


Modified: DBIx-Class/0.08/branches/oracle-tweaks/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm
===================================================================
--- DBIx-Class/0.08/branches/oracle-tweaks/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm	2009-05-05 12:16:38 UTC (rev 6132)
+++ DBIx-Class/0.08/branches/oracle-tweaks/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm	2009-05-05 13:11:49 UTC (rev 6133)
@@ -26,8 +26,8 @@
 
 use Carp::Clan qw/^DBIx::Class/;
 
+# For ORA_BLOB => 113, ORA_CLOB => 112
 use DBD::Oracle qw( :ora_types );
-#use constant ORA_BLOB => 113;  ## ORA_CLOB is 112
 
 use base qw/DBIx::Class::Storage::DBI::MultiDistinctEmulation/;
 

Modified: DBIx-Class/0.08/branches/oracle-tweaks/lib/DBIx/Class.pm
===================================================================
--- DBIx-Class/0.08/branches/oracle-tweaks/lib/DBIx/Class.pm	2009-05-05 12:16:38 UTC (rev 6132)
+++ DBIx-Class/0.08/branches/oracle-tweaks/lib/DBIx/Class.pm	2009-05-05 13:11:49 UTC (rev 6133)
@@ -275,6 +275,8 @@
 
 ningu: David Kamholz <dkamholz at cpan.org>
 
+Nniuq: Ron "Quinn" Straight" <quinnfazigu at gmail.org>
+
 norbi: Norbert Buchmuller <norbi at nix.hu>
 
 Numa: Dan Sully <daniel at cpan.org>




More information about the Bast-commits mailing list