DBIx::Class::Storage::DBI::MultiDistinctEmulation - Some databases can't handle count distincts with multiple cols. They should use base on this. |
DBIx::Class::Storage::DBI::MultiDistinctEmulation - Some databases can't handle count distincts with multiple cols. They should use base on this.
This class allows count distincts with multiple columns for retarded databases (Oracle and SQLite)
Luke Saunders <luke.saunders@gmail.com>
You may distribute this code under the same terms as Perl itself.
DBIx::Class::Storage::DBI::MultiDistinctEmulation - Some databases can't handle count distincts with multiple cols. They should use base on this. |