dbsrgits / dbix-class-schema-loader

Official GitHub remote for git.shadowcat.co.uk DBIx-Class-Schema-Loader.git
http://dbix-class.org/
11 stars 34 forks source link

Postgres Inheritance [rt.cpan.org #39087] #29

Open rabbiveesh opened 1 year ago

rabbiveesh commented 1 year ago

Migrated from rt.cpan.org#39087 (status was 'new')

Requestors:

Attachments:

From maros@cpan.org on 2008-09-08 12:36:10 :

I have written a patch to support the postgres inheritance feature based
on
http://dev.catalystframework.org/repos/bast/branches/DBIx-Class-Schema-Loader/current
(Revision: 4794)

The additional option 'respect_inheritance' creates schema classes that
use the same inheritance/parents as in postgres. With
'inheritance_schema_map' it is even possible to create correctly
inherited tables across multiple schema.

I would really appreciate it to see this patch in a future release.