MS Access support over DBD::ODBC and DBD::ADO
authorRafael Kitover <rkitover@cpan.org>
Thu, 17 Feb 2011 14:44:15 +0000 (09:44 -0500)
committerRafael Kitover <rkitover@cpan.org>
Thu, 24 Feb 2011 17:53:13 +0000 (12:53 -0500)
commit3b17d9885e593f0705e1e16360b816778d71ec95
tree9b3ead47c090faa623b487ce7e12ca5117c63f4f
parent567aa05681cd48788d132c016b357dc485d54f35
MS Access support over DBD::ODBC and DBD::ADO
Changes
lib/DBIx/Class/Schema/Loader/DBI.pm
lib/DBIx/Class/Schema/Loader/DBI/ADO.pm [new file with mode: 0644]
lib/DBIx/Class/Schema/Loader/DBI/ADO/MS_Jet.pm [new file with mode: 0644]
lib/DBIx/Class/Schema/Loader/DBI/ADO/Microsoft_SQL_Server.pm [new file with mode: 0644]
lib/DBIx/Class/Schema/Loader/DBI/ODBC.pm
lib/DBIx/Class/Schema/Loader/DBI/ODBC/ACCESS.pm [new file with mode: 0644]
t/10_11msaccess_common.t [new file with mode: 0644]
t/lib/dbixcsl_common_tests.pm