Subject: | Oracle: "disabled" property of constraints is ignored |
Oracle allows you to disable constraints, cf:
<https://docs.oracle.com/cd/B19306_01/server.102/b14200/clauses002.htm#i1002349>
DBIx::Class::Schema::Loader however, ignores this flag when dumping the databse and creates a (in my case) __PACKAGE__->set_primary_key line for the disabled constraint.