On Tue, Aug 28, 2007 at 04:15:30PM -0400, Jason Gottshall wrote:
> My Catalyst session table uses a CLOB field (Oracle) to store the
> session data, so at some point I need to set $dbh->{LongReadLen} to a
> reasonable value. I found a place in
> Catalyst::Plugin::Session::Store::DBIC where I can check for a config
> value and set LongReadLen locally.

This functionality should be in DBIx::Class. Patches to Storage::DBI::Oracle
welcome.

The whole point of having a database abstraction is for it to -abstract-
stuff.

Polluting Catalyst:: modules with this sort of thing is Bad and Wrong (tm).

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director    Want a managed development or deployment platform?
 Shadowcat Systems Ltd.  Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/                    http://www.shadowcat.co.uk/ 

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to