projects
/
dbsrgits/DBIx-Class-Schema-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ccce0e8
)
remove ODBC as a base for ODBC/MSSQL, no longer needed
Rafael Kitover [Mon, 22 Mar 2010 16:02:18 +0000 (12:02 -0400)]
lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm
b/lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm
index
f0d4b5c
..
ebd8fe6
100644
(file)
--- a/
lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm
+++ b/
lib/DBIx/Class/Schema/Loader/DBI/ODBC/Microsoft_SQL_Server.pm
@@
-3,7
+3,6
@@
package DBIx::Class::Schema::Loader::DBI::ODBC::Microsoft_SQL_Server;
use strict;
use warnings;
use base qw/
- DBIx::Class::Schema::Loader::DBI::ODBC
DBIx::Class::Schema::Loader::DBI::MSSQL
/;
use Carp::Clan qw/^DBIx::Class/;