Skip to content

Commit

Permalink
Update the docs to include old_value
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Jul 6, 2011
1 parent 770a0d2 commit ccd6eba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Jifty/DBI/Record.pm
Original file line number Diff line number Diff line change
Expand Up @@ -733,10 +733,10 @@ for every column set.
This hook will be called after a value is successfully set in the
database. It will be called with a reference to a paramhash that
contains C<column> and C<value> keys. If C<value> was a SQL function,
it will now contain the actual value that was set. If C<column> has
filters on it, C<value> will be the result of going through an encode
and decode cycle.
contains C<column>, C<value>, and C<old_value> keys. If C<value> was a
SQL function, it will now contain the actual value that was set. If
C<column> has filters on it, C<value> will be the result of going
through an encode and decode cycle.
This hook's return value is ignored.
Expand Down

0 comments on commit ccd6eba

Please sign in to comment.