[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] Catalyst-Plugin-Session-Store-DBIC v0.07



Hi Daniel,

I threw a patch into SVN for you. Let me know what you think.

Cheers,

j


$ svn info
URL: http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst- Plugin-Session-Store-DBIC
$ svn log -v -r8424:8425
------------------------------------------------------------------------
r8425 | jhannah | 2008-09-16 19:22:59 -0500 (Tue, 16 Sep 2008) | 4 lines
Changed paths:
   M /trunk/Catalyst-Plugin-Session-Store-DBIC/Changes
M /trunk/Catalyst-Plugin-Session-Store-DBIC/lib/Catalyst/Plugin/ Session/Store/DBIC.pm
   M /trunk/Catalyst-Plugin-Session-Store-DBIC/t/04dbic.t
   M /trunk/Catalyst-Plugin-Session-Store-DBIC/t/05dbic-schema.t
M /trunk/Catalyst-Plugin-Session-Store-DBIC/t/lib/TestApp/Model/ DBIC/Session.pm M /trunk/Catalyst-Plugin-Session-Store-DBIC/t/lib/TestApp/Schema/ Session.pm

Code was silently truncating storage to MySQL, rendering the session
unreadable. Patched to check DBIx::Class size from column_info (if
available).