From: Jesse Vincent Date: Sat, 28 Jul 2007 22:32:24 +0000 (-0500) Subject: * Perldoc updates. mst - check me? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a7a15b3d3b536843fb60e44df4c0bb61224ba5c;p=dbsrgits%2FDBIx-Class-Historic.git * Perldoc updates. mst - check me? --- diff --git a/lib/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm b/lib/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm index 7ab7846..ae9d6d7 100644 --- a/lib/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm +++ b/lib/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm @@ -38,7 +38,8 @@ DBIx::Class::Storage::DBI::MultiDistinctEmulation - Some databases can't handle =head1 DESCRIPTION -This class allows count distincts with multiple columns for retarded databases (Oracle and SQLite) +This class allows count distincts with multiple columns for databases without native support for them. +(Oracle and SQLite) =head1 AUTHORS diff --git a/lib/DBIx/Class/Storage/DBI/SQLite.pm b/lib/DBIx/Class/Storage/DBI/SQLite.pm index 15dcc01..0ff6913 100644 --- a/lib/DBIx/Class/Storage/DBI/SQLite.pm +++ b/lib/DBIx/Class/Storage/DBI/SQLite.pm @@ -60,7 +60,7 @@ DBIx::Class::PK::Auto::SQLite - Automatic primary key class for SQLite =head1 DESCRIPTION -This class implements autoincrements for SQLite. +This class implements a custom database profile for SQLite. =head1 AUTHORS