dbsrgits / dbix-class-schema-loader

Official GitHub remote for git.shadowcat.co.uk DBIx-Class-Schema-Loader.git

Home Page:http://dbix-class.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[rt.cpan.org #139826]

rabbiveesh opened this issue · comments

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

Requestors:

From zarquon@cpan.org on 2021-10-25 03:49:31
:

Oracle materialised views not being identified correctly.

There's a partial implementation here: https://github.com/dbsrgits/dbix-class-schema-loader/pull/25

It doesn't handle the DDL creation side of things (oracle materialised views have weird scheduling syntax), and I'm not sure how to deal with test cases here, in case there's prior art I should know about.