projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6d7557b
)
* Perldoc updates. mst - check me?
Jesse Vincent [Sat, 28 Jul 2007 22:32:24 +0000 (17:32 -0500)]
lib/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Storage/DBI/SQLite.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm
b/lib/DBIx/Class/Storage/DBI/MultiDistinctEmulation.pm
index
7ab7846
..
ae9d6d7
100644
(file)
--- 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
(file)
--- 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