Add PRIOR as special and unary op to SQLAHacks::Oracle and use _recurse_where to...
[dbsrgits/DBIx-Class.git] / t / lib / DBICNSTest / Rslt / B.pm
1 package DBICNSTest::Rslt::B;
2 use base qw/DBIx::Class/;
3 __PACKAGE__->load_components(qw/PK::Auto Core/);
4 __PACKAGE__->table('b');
5 __PACKAGE__->add_columns('b');
6 1;