[jifty-devel] Jifty latest svn Session.pm

Jesse Vincent jesse at bestpractical.com
Sat May 6 15:37:56 EDT 2006




On Sun, May 07, 2006 at 12:24:06AM +1000, dbaster at bigpond.net.au wrote:
> A small correction to current Session.pm from Jifty svn to make it work..

It'd be useful to know how it's failing for you, as it's passing all
tests for me as it is now.



> --- /usr/local/share/perl/5.8.8/Jifty/Model/Session.pm.a        2006-05-07 00:11:56.000000000 +1000
> +++ /usr/local/share/perl/5.8.8/Jifty/Model/Session.pm  2006-05-07 00:13:12.000000000 +1000
> @@ -20,11 +20,11 @@
>  column session_id => type is 'varchar(32)';
>  column data_key => type is 'text';
>  column value => type is 'blob',
> -  filters are 'Jifty::DBI::Filter::Storable';
> +  input_filters are 'Jifty::DBI::Filter::Storable';
>  column created => type is 'timestamp',
> -  filters are 'Jifty::DBI::Filter::DateTime';
> +  input_filters are 'Jifty::DBI::Filter::DateTime';
>  column updated => type is 'timestamp',
> -  filters are 'Jifty::DBI::Filter::DateTime';
> +  input_filters are 'Jifty::DBI::Filter::DateTime';
>  column key_type => type is 'varchar(32)';
> 
>  package Jifty::Model::Session;
> 
> 
> Daryl 
> 
> _______________________________________________
> jifty-devel mailing list
> jifty-devel at lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
> 

-- 


More information about the jifty-devel mailing list