From: Anders Nor Berle Date: Mon, 24 Mar 2008 03:50:43 +0000 (+0000) Subject: Document the auto_savepoint option for connect_info X-Git-Tag: v0.08240~504^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a3628767c199b15432385b6ce369009cabd5044a;p=dbsrgits%2FDBIx-Class.git Document the auto_savepoint option for connect_info --- diff --git a/lib/DBIx/Class/Storage/DBI.pm b/lib/DBIx/Class/Storage/DBI.pm index 8c991a1..cb55d20 100644 --- a/lib/DBIx/Class/Storage/DBI.pm +++ b/lib/DBIx/Class/Storage/DBI.pm @@ -430,6 +430,12 @@ Note that your custom settings can cause Storage to malfunction, especially if you set a C handler that suppresses exceptions and/or disable C. +=item auto_savepoint + +If this option is true, L will use savepoints when nesting +transactions, making it possible to recover from failure in the inner +transaction without having to abort all outer transactions. + =back These options can be mixed in with your other L connection attributes,