X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=lib%2FCatalyst%2FController%2FDBIC%2FAPI.pm;h=f90891ae2e3386e51d243dc5a48c7ebcd0b0e871;hp=7cfb6e662d43b5966128b130b42505a2c9f7a319;hb=4cb8623abade7b9f100b3892df93ddcfb1168e01;hpb=c0c8e1c607a024ac8425f6f7d889d35cd63bcebc diff --git a/lib/Catalyst/Controller/DBIC/API.pm b/lib/Catalyst/Controller/DBIC/API.pm index 7cfb6e6..f90891a 100644 --- a/lib/Catalyst/Controller/DBIC/API.pm +++ b/lib/Catalyst/Controller/DBIC/API.pm @@ -260,8 +260,8 @@ This action is the chain root for all object level actions (such as delete and update) that operate on a single identifer. The provided identifier will be used to find that particular object and add it to the request's store ofobjects. -Please see L for more details on the -stored objects. +Please see L for more +details on the stored objects. =cut @@ -298,8 +298,8 @@ new object to be created. Otherwise, the values in the hash will be used to perform an update. As a special case, a single hash sent will be coerced into an array. -Please see L for more details on the -stored objects. +Please see L for more +details on the stored objects. =cut @@ -1324,12 +1324,15 @@ The validator is set in "loose" mode meaning only one path is required to match. For more information, please see L and more specifically L. -Since 2.00100: +Since 2.001: Transactions are used. The stash is put aside in favor of roles applied to the request object with additional accessors. Error handling is now much more consistent with most errors immediately detaching. The internals are much easier to read and understand with lots more documentation. +Since 2.006: +The SQL::Abstract -and, -not and -or operators are supported. + =cut 1;