[Bast-commits] r8159 - in DBIx-Class/0.08/trunk/lib/DBIx/Class: Manual Storage/DBI/ADO

caelum at dev.catalyst.perl.org caelum at dev.catalyst.perl.org
Wed Dec 23 06:16:29 GMT 2009


Author: caelum
Date: 2009-12-23 06:16:29 +0000 (Wed, 23 Dec 2009)
New Revision: 8159

Modified:
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Cookbook.pod
   DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm
Log:
minor POD fixes

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Cookbook.pod
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Cookbook.pod	2009-12-19 18:41:42 UTC (rev 8158)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Manual/Cookbook.pod	2009-12-23 06:16:29 UTC (rev 8159)
@@ -390,9 +390,14 @@
 
   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<DBIx::Class::Schema/load_namespaces>, simply place the file
+into the C<ResultSet> directory next to your C<Result> directory, and it will
+be automatically loaded.
 
+If however you are still using L<DBIx::Class::Schema/load_classes>, 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';
   __PACKAGE__->table('cd');

Modified: DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm
===================================================================
--- DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm	2009-12-19 18:41:42 UTC (rev 8158)
+++ DBIx-Class/0.08/trunk/lib/DBIx/Class/Storage/DBI/ADO/Microsoft_SQL_Server.pm	2009-12-23 06:16:29 UTC (rev 8159)
@@ -121,7 +121,7 @@
 =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<https://rt.cpan.org/Ticket/Display.html?id=52048>
 




More information about the Bast-commits mailing list