Don't need the commit with AutoCommit
Rob Kinyon [Sun, 3 Jan 2010 16:35:01 +0000 (11:35 -0500)]
lib/DBM/Deep/Storage/DBI.pm

index 8cb9c02..648a80e 100644 (file)
@@ -89,7 +89,7 @@ sub lock_shared {
 
 sub unlock {
     my $self = shift;
-    $self->{dbh}->commit;
+#    $self->{dbh}->commit;
 }
 
 sub begin_work {