Subject: | For DBI::Pg Enums types are not properly created when they exist in the same schema |
Date: | Tue, 10 Oct 2017 13:15:51 +0100 |
To: | bug-DBIx-Class-Schema-Loader [...] rt.cpan.org |
From: | Dinis Rebolo <dinisrebolo [...] gmail.com> |
When using enum types that exists in the same schema from where classes are
being generated,
enum types are not properly created.
e.g.
expecting something like:
data_type: 'enum'
extra: {custom_type_name => "my_custom_type",list =>
["banana","orange","apple"]}
getting:
data_type: 'myschema.my_custome_type'
--
Dinis Rebolo
dinisrebolo@gmail.com