projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cf5af68
)
typo
historic/jifty_dbi_dbic_port
Wallace Reis [Wed, 26 Sep 2007 16:13:23 +0000 (16:13 +0000)]
lib/DBIx/Class/JDBICompat/Handle.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/JDBICompat/Handle.pm
b/lib/DBIx/Class/JDBICompat/Handle.pm
index
79ad4c9
..
5a82e95
100755
(executable)
--- a/
lib/DBIx/Class/JDBICompat/Handle.pm
+++ b/
lib/DBIx/Class/JDBICompat/Handle.pm
@@
-632,7
+632,7
@@
Emulates nested transactions, by keeping a transaction stack depth.
=cut
sub begin_transaction {
- shift->schema->stroage->txn_begin;
+ shift->schema->storage->txn_begin;
}
=head2 commit