[Jifty-commit] r4282 - in Jifty-DBI/trunk: lib/Jifty/DBI

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Oct 20 22:36:33 EDT 2007


Author: sartak
Date: Sat Oct 20 22:36:33 2007
New Revision: 4282

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/lib/Jifty/DBI/Filter.pm

Log:
 r43944 at onn:  sartak | 2007-10-20 22:36:24 -0400
 Improve the decode doc, which was mostly just a copy of encode


Modified: Jifty-DBI/trunk/lib/Jifty/DBI/Filter.pm
==============================================================================
--- Jifty-DBI/trunk/lib/Jifty/DBI/Filter.pm	(original)
+++ Jifty-DBI/trunk/lib/Jifty/DBI/Filter.pm	Sat Oct 20 22:36:33 2007
@@ -109,8 +109,8 @@
 
 C<decode> takes data that the database is handing back to us and gets
 it into a form that's OK to hand back to the user. This could be
-anything from flattening a L<DateTime> object into an ISO date to
-making sure that data is utf8 clean.
+anything from inflating an ISO date to a L<DateTime> object to
+making sure that the string properly has the utf8 flag.
 
 =cut
 


More information about the Jifty-commit mailing list