[Jifty-commit] jifty-dbi branch, master, updated. 0.69-1-g95609b7

Jifty commits jifty-commit at lists.jifty.org
Thu Jun 2 13:13:00 EDT 2011


The branch, master has been updated
       via  95609b74889ef9b9c7b1fc1d3722cd8a0233bd48 (commit)
      from  98f08ba324051e65da6cdc6cb72b57b9c47fa5f8 (commit)

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

- Log -----------------------------------------------------------------
commit 95609b74889ef9b9c7b1fc1d3722cd8a0233bd48
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Jun 2 13:12:36 2011 -0400

    Doc clarification for a point I had to read the code to find out

diff --git a/lib/Jifty/DBI/Record.pm b/lib/Jifty/DBI/Record.pm
index e3e046d..349564d 100755
--- a/lib/Jifty/DBI/Record.pm
+++ b/lib/Jifty/DBI/Record.pm
@@ -734,7 +734,9 @@ 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.
+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