From: Rafael Kitover Date: Wed, 23 Dec 2009 06:16:29 +0000 (+0000) Subject: minor POD fixes X-Git-Tag: v0.08116~82 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=83677d0711ff901937ed402079dad9e9604e2dc5;p=dbsrgits%2FDBIx-Class.git minor POD fixes --- diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index 089710a..7ae3630 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -390,8 +390,13 @@ and defining often used searches as methods: 1; -To use your resultset, first tell DBIx::Class to create an instance of it -for you, in your My::DBIC::Schema::CD class: +If you're using L, simply place the file +into the C directory next to your C directory, and it will +be automatically loaded. + +If however you are still using L, first tell +DBIx::Class to create an instance of the ResultSet class for you, in your +My::DBIC::Schema::CD class: # class definition as normal use base 'DBIx::Class::Core'; diff --git a/lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm index e291656..90d7639 100644 --- a/lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm @@ -121,7 +121,7 @@ for caveats regarding this. =head3 truncation bug There is a bug with MSSQL ADO providers where data gets truncated based on the -size on the bind sizes in the first prepare: +size of the bind sizes in the first prepare call: L