annotate Lib/IMPL/SQL/Schema/Constraint/Unique.pm @ 38:d660fb38b7cc

small fixes ORM shema to SQL schema transformation
author Sergey
date Mon, 23 Nov 2009 17:57:07 +0300
parents 0004faa276dc
children 16ada169ca75
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
0004faa276dc small fixes, some new tests
Sergey
parents: 32
diff changeset
1 package IMPL::SQL::Schema::Constraint::Unique;
32
Sergey
parents:
diff changeset
2 use strict;
Sergey
parents:
diff changeset
3 use base qw(IMPL::SQL::Schema::Constraint::Index);
Sergey
parents:
diff changeset
4
33
0004faa276dc small fixes, some new tests
Sergey
parents: 32
diff changeset
5 __PACKAGE__->PassThroughArgs;
0004faa276dc small fixes, some new tests
Sergey
parents: 32
diff changeset
6
32
Sergey
parents:
diff changeset
7 1;