[Jifty-commit] jifty-dbi branch, master, updated. 0.71-1-gccd6eba

Jifty commits jifty-commit at lists.jifty.org
Wed Jul 6 14:54:45 EDT 2011


The branch, master has been updated
       via  ccd6ebafb40b6c1ad5a1cd2513b2d06890b9274b (commit)
      from  770a0d28956f1c7bc21cf668f02d5ca495b7d379 (commit)

Summary of changes:
 lib/Jifty/DBI/Record.pm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit ccd6ebafb40b6c1ad5a1cd2513b2d06890b9274b
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Jul 6 14:54:32 2011 -0400

    Update the docs to include old_value

diff --git a/lib/Jifty/DBI/Record.pm b/lib/Jifty/DBI/Record.pm
index 4b56e09..62b54fc 100755
--- a/lib/Jifty/DBI/Record.pm
+++ b/lib/Jifty/DBI/Record.pm
@@ -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.
 

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list