[Bast-commits] r3284 - branches/DBIx-Class-current/lib/DBIx/Class/Storage/DBI

castaway at dev.catalyst.perl.org castaway at dev.catalyst.perl.org
Thu May 10 22:52:46 GMT 2007


Author: castaway
Date: 2007-05-10 22:52:45 +0100 (Thu, 10 May 2007)
New Revision: 3284

Modified:
   branches/DBIx-Class-current/lib/DBIx/Class/Storage/DBI/SQLite.pm
Log:
Oops, unbreak stupid txn_begin change


Modified: branches/DBIx-Class-current/lib/DBIx/Class/Storage/DBI/SQLite.pm
===================================================================
--- branches/DBIx-Class-current/lib/DBIx/Class/Storage/DBI/SQLite.pm	2007-05-10 21:30:41 UTC (rev 3283)
+++ branches/DBIx-Class-current/lib/DBIx/Class/Storage/DBI/SQLite.pm	2007-05-10 21:52:45 UTC (rev 3284)
@@ -45,15 +45,7 @@
   return $backupfile;
 }
 
-sub txn_begin
-{
-  my $self = shift;
-  return if(!$self->{transaction_depth});
 
-  $self->next::method(@_);
-}
-
-
 1;
 
 =head1 NAME




More information about the Bast-commits mailing list