Refs #29722 -- Added introspection of materialized views for Oracle.

Thanks Tim Graham for the review.
This commit is contained in:
Mariusz Felisiak 2018-11-26 19:45:05 +01:00 committed by GitHub
parent 26c2a6ff88
commit f091ea3515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 43 additions and 16 deletions

View file

@ -21,6 +21,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
supports_transactions = True
can_introspect_autofield = True
can_introspect_ip_address_field = True
can_introspect_materialized_views = True
can_introspect_small_integer_field = True
can_distinct_on_fields = True
can_rollback_ddl = True