Comprehensive MSAccess support over both DBD::ODBC and DBD::ADO
authorRafael Kitover <rkitover@cpan.org>
Sun, 23 Jan 2011 12:03:13 +0000 (07:03 -0500)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 1 Apr 2011 11:49:13 +0000 (13:49 +0200)
commit726c8f65ef37b47aad62e29a306f64528a00f65d
tree667b9ffa65ed8f1fd44ede7a3c2c95d92cb75b3b
parent86b234150d8ab7b49520deb14428df15c3b9e60d
Comprehensive MSAccess support over both DBD::ODBC and DBD::ADO
14 files changed:
Changes
lib/DBIx/Class.pm
lib/DBIx/Class/Optional/Dependencies.pm
lib/DBIx/Class/SQLMaker.pm
lib/DBIx/Class/SQLMaker/ACCESS.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/ACCESS.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/ADO.pm
lib/DBIx/Class/Storage/DBI/ADO/MS_Jet.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/ADO/MS_Jet/Cursor.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/ODBC.pm
lib/DBIx/Class/Storage/DBI/ODBC/ACCESS.pm
t/751msaccess.t [new file with mode: 0644]
t/inflate/datetime_msaccess.t [new file with mode: 0644]
t/sqlmaker/msaccess.t [new file with mode: 0644]