X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FRow.pm;h=d66beb1407e6d4613e5c0d18b82edff8725a5a89;hb=03cc17a5ef496b7d17e2c585e5be8fe971f4f4fc;hp=a26d34c327301ef14e2743d7528441f5cde1bbda;hpb=90545b68b06c2d2d288d593462539fe45fff48a6;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Row.pm b/lib/DBIx/Class/Row.pm index a26d34c..d66beb1 100644 --- a/lib/DBIx/Class/Row.pm +++ b/lib/DBIx/Class/Row.pm @@ -121,16 +121,12 @@ sub in_storage { =head2 update - $obj->update \%columns?; + $obj->update; Must be run on an object that is already in the database; issues an SQL UPDATE query to commit any changes to the object to the database if required. -Also takes an options hashref of C<< column_name => value> pairs >> to update -first. But be aware that this hashref might be edited in place, so dont rely on -it being the same after a call to C. - =cut sub update {