projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c5ce7cd
)
try not to fuck mssql with the sybase crap
Rafael Kitover [Sat, 23 May 2009 23:47:32 +0000 (23:47 +0000)]
lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm
patch
|
blob
|
blame
|
history
lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm
b/lib/DBIx/Class/Storage/DBI/Sybase/MSSQL.pm
index
cc3ad12
..
bd742cd
100644
(file)
--- 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
(file)
--- 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;