From: Jess Robinson Date: Sat, 25 Apr 2009 09:59:28 +0000 (+0000) Subject: Docs on using multiple db schemas (from abraxxa maybe, I forget) X-Git-Tag: v0.08101~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=db2b2eb6cfba1b66f87229bfd07ceee50380bb02 Docs on using multiple db schemas (from abraxxa maybe, I forget) Docs on setting result_class from agaran --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index 79f5c25..5c2308c 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -854,11 +854,16 @@ To do this simply use L. Wasn't that easy? +Beware, changing the Result class using +L will replace any existing class +completely including any special components loaded using +load_components, eg L. + =head2 Get raw data for blindingly fast results If the L solution above is not fast enough for you, you can use a DBIx::Class to return values -exactly as they come out of the data base with none of the convenience methods +exactly as they come out of the database with none of the convenience methods wrapped round them. This is used like so: @@ -869,13 +874,13 @@ This is used like so: } You will need to map the array offsets to particular columns (you can -use the I