Merge 'replication' into 'trunk'
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / Storage / DBI / SQLite.pm
index a714510..87c5289 100644 (file)
@@ -45,20 +45,12 @@ sub backup
   return $backupfile;
 }
 
-sub txn_begin
-{
-  my $self = shift;
-  return if(!$self->{transaction_depth});
-
-  $self->next::method(@_);
-}
-
 
 1;
 
 =head1 NAME
 
-DBIx::Class::PK::Auto::SQLite - Automatic primary key class for SQLite
+DBIx::Class::Storage::DBI::SQLite - Automatic primary key class for SQLite
 
 =head1 SYNOPSIS