Add support for SQL::Statement-based DBDs
authorBrendan Byrd <Perl@ResonatorSoft.org>
Thu, 14 Mar 2013 23:20:13 +0000 (19:20 -0400)
committerSineSwiper <GitHub@ResonatorSoft.org>
Sun, 17 Mar 2013 02:34:28 +0000 (22:34 -0400)
commitac50f57b1472b19cfcbd000c61e87d566c9f6f20
tree20b530bb650a01225ddc54ee3ba5e3137aee24fb
parent0b56089d26b4ad1c638ddd69eca49dd542973925
Add support for SQL::Statement-based DBDs
14 files changed:
lib/DBIx/Class/Optional/Dependencies.pm
lib/DBIx/Class/SQLMaker/LimitDialects.pm
lib/DBIx/Class/SQLMaker/SQLStatement.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/AnyData.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/CSV.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/DBM.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/PO.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/SNMP.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/SQL/Statement.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/Sys.pm [new file with mode: 0644]
lib/DBIx/Class/Storage/DBI/TreeData.pm [new file with mode: 0644]
t/86ss_csv.t [new file with mode: 0644]
t/86ss_dbm.t [new file with mode: 0644]
t/lib/test_deploy/DBICTest-Schema-1.x-SQL-Statement.sql [new file with mode: 0644]