From: Rafael Kitover Date: Sat, 23 May 2009 23:47:32 +0000 (+0000) Subject: try not to fuck mssql with the sybase crap X-Git-Tag: v0.08112~14^2~165 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8c44d0f27c1c9639bf5adda55402162383a3daa2;p=dbsrgits%2FDBIx-Class.git try not to fuck mssql with the sybase crap --- diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm b/lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm index cc3ad12..bd742cd 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm @@ -4,9 +4,8 @@ use strict; use warnings; use base qw/ - DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server DBIx::Class::Storage::DBI::NoBindVars - DBIx::Class::Storage::DBI::Sybase + DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server /; 1; diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm index 63f45ee..922ef47 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm @@ -4,9 +4,8 @@ use strict; use warnings; use base qw/ - DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server DBIx::Class::Storage::DBI::NoBindVars - DBIx::Class::Storage::DBI::Sybase + DBIx::Class::Storage::DBI::ODBC::Microsoft_SQL_Server /; 1;