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

[rt.cpan.org #139826] #43

Open rabbiveesh opened 1 year ago

rabbiveesh commented 1 year ago

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.