Merge 'trunk' into 'prefetch_limit'
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / Storage.pm
index a38cf47..bf50762 100644 (file)
@@ -248,6 +248,9 @@ sub txn_begin { die "Virtual method!" }
 
 Issues a commit of the current transaction.
 
+It does I<not> perform an actual storage commit unless there's a DBIx::Class
+transaction currently in effect (i.e. you called L</txn_begin>).
+
 =cut
 
 sub txn_commit { die "Virtual method!" }