X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase.pm;h=abf15bfbcfd2b243b20c0a7adc7f27ae5050e5a3;hb=b9ca4ff1e045a7863033012e98dc83b5dc95e26e;hp=ff8f01f4bc91f8c6c4f0f39dd534ce8eb13d3e8e;hpb=d71d78d8340ac1513b755fefa5fca9262cde4a7f;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Storage/DBI/Sybase.pm b/lib/DBIx/Class/Storage/DBI/Sybase.pm index ff8f01f..abf15bf 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase.pm @@ -2,270 +2,130 @@ 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/; +use Try::Tiny; +use namespace::clean; -=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