From: Rafael Kitover Date: Thu, 25 Jun 2009 03:31:06 +0000 (+0000) Subject: fixup POD, comment out count X-Git-Tag: v0.08112~14^2~120 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98259fe400da233fd4d9260e2b1cb6d9a074c460;p=dbsrgits%2FDBIx-Class.git fixup POD, comment out count --- diff --git a/lib/DBIx/Class/Storage/DBI/Sybase.pm b/lib/DBIx/Class/Storage/DBI/Sybase.pm index d92a60e..40aa369 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase.pm @@ -8,6 +8,35 @@ use base qw/DBIx::Class::Storage::DBI/; use Carp::Clan qw/^DBIx::Class/; +=head1 NAME + +DBIx::Class::Storage::DBI::Sybase - Storage::DBI subclass for Sybase + +=head1 SYNOPSIS + +This subclass supports L for real Sybase databases. If you are +using an MSSQL database via L, your storage will be reblessed to +L. + +=head1 DESCRIPTION + +If your version of Sybase does not support placeholders, then your storage +will be reblessed to L. You can +also enable that driver explicitly, see the documentation for more details. + +With this driver there is unfortunately no way to get the C +without doing a C. - -But your queries will be cached. - -A recommended L setting: - - on_connect_call => [qw/datetime_setup blob_setup/] - =head1 DATES See L to setup date formats