X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase.pm;h=77b77e2273395f0e72f815bc7c463cd6dca44770;hb=95787afeb4ecec13279ab2fb26a407c0f971b7df;hp=05cc32a5cf39b300a442a961c8bab0825971cb00;hpb=fd42320593c173596f9ee869ec7c4b65cfe4b745;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Sybase.pm b/lib/DBIx/Class/Storage/DBI/Sybase.pm index 05cc32a..77b77e2 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase.pm @@ -2,332 +2,125 @@ package DBIx::Class::Storage::DBI::Sybase; use strict; use warnings; -use mro 'c3'; -use base qw/ - DBIx::Class::Storage::DBI::Sybase::Base - DBIx::Class::Storage::DBI -/; -use Carp::Clan qw/^DBIx::Class/; -=head1 NAME - -DBIx::Class::Storage::DBI::Sybase - Storage::DBI subclass for Sybase +use base qw/DBIx::Class::Storage::DBI/; -=head1 SYNOPSIS +=head1 NAME -This subclass supports L for real Sybase databases. If you are -using an MSSQL database via L, your storage will be reblessed to -L. +DBIx::Class::Storage::DBI::Sybase - Base class for drivers using +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