Now passing four more tests, has_a and has_many compliance extended
authorMatt S Trout <mst@shadowcat.co.uk>
Sat, 23 Jul 2005 05:04:01 +0000 (05:04 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Sat, 23 Jul 2005 05:04:01 +0000 (05:04 +0000)
commit9bc6db133eae500322e0e3670d5509d27d208f9e
tree830791cbd0fbd93594e73ee92351104c8ff3262c
parentb8e1e21f0fcd55e6e3ce987e57601b279a75b666
Now passing four more tests, has_a and has_many compliance extended
12 files changed:
lib/DBIx/Class/CDBICompat/AccessorMapping.pm
lib/DBIx/Class/CDBICompat/HasA.pm
lib/DBIx/Class/CDBICompat/HasMany.pm
lib/DBIx/Class/SQL.pm
lib/DBIx/Class/Table.pm
t/cdbi-t/01-columns.t
t/cdbi-t/02-Film.t
t/cdbi-t/12-filter.t [new file with mode: 0644]
t/cdbi-t/15-accessor.t [new file with mode: 0644]
t/cdbi-t/16-reserved.t [new file with mode: 0644]
t/cdbi-t/18-has_a.t [new file with mode: 0644]
t/cdbi-t/19-set_sql.t