X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema.pm;h=e58fbf2368ca0438b54e0f5e9e68b63beeab8745;hb=281719d262c5f565901fd017b6f3c12030de81e4;hp=102e259479a3275c1c722750edb0a40d287a5c9f;hpb=fed42067ab7f0a6cc76b1e0dcb8d53b900d9f640;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Schema.pm b/lib/DBIx/Class/Schema.pm index 102e259..e58fbf2 100644 --- a/lib/DBIx/Class/Schema.pm +++ b/lib/DBIx/Class/Schema.pm @@ -573,6 +573,14 @@ See L for more information. This interface is preferred over using the individual methods L, L, and L below. +WARNING: If you are connected with C 0> the transaction is +considered nested, and you will still need to call L to write your +changes when appropriate. You will also want to connect with C +1> to get partial rollback to work, if the storage driver for your database +supports it. + +Connecting with C 1> is recommended. + =cut sub txn_do {