X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase.pm;h=43b6e6c0d67e82892f646f269c6069f60681ac67;hb=33a98db54fa6ee11c797fe91d4a0620f70c3f4d2;hp=72b089e7903f79f30af0612f5155044a2abe7d5a;hpb=6848ce7ce4825f7f8e485b7efa2259a1f2f19578;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Sybase.pm b/lib/DBIx/Class/Storage/DBI/Sybase.pm index 72b089e..43b6e6c 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase.pm @@ -5,13 +5,14 @@ use warnings; use base qw/ DBIx::Class::Storage::DBI::Sybase::Common + DBIx::Class::Storage::DBI::AutoCast /; use mro 'c3'; use Carp::Clan qw/^DBIx::Class/; use List::Util (); __PACKAGE__->mk_group_accessors('simple' => - qw/_identity _blob_log_on_update auto_cast insert_txn/ + qw/_identity _blob_log_on_update insert_txn/ ); =head1 NAME @@ -33,7 +34,8 @@ 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