projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6500d50
)
Oops, unbreak stupid txn_begin change
Jess Robinson [Thu, 10 May 2007 21:52:45 +0000 (21:52 +0000)]
lib/DBIx/Class/Storage/DBI/SQLite.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/SQLite.pm
b/lib/DBIx/Class/Storage/DBI/SQLite.pm
index
a714510
..
15dcc01
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/SQLite.pm
+++ b/
lib/DBIx/Class/Storage/DBI/SQLite.pm
@@
-45,14
+45,6
@@
sub backup
return $backupfile;
}
-sub txn_begin
-{
- my $self = shift;
- return if(!$self->{transaction_depth});
-
- $self->next::method(@_);
-}
-
1;