Feature request #10063
Oracle provider should also retrieve materialized views comments
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Jürgen Fischer | ||
Category: | Data Provider/Oracle | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 18539 |
Description
Oracle provider is able to retrieve table comment, as shown in the source code, in src/provider/oracle/qgsoracleprovider.cpp .
In my Oracle Spatial repository, we use materialized views a lot. As QGis is able to reach table comment, I believe it should also retrieve materialized views comments.
To do this, QGis should also query the ALL_MVIEW_COMMENTS table to get this information from Oracle.
I hope there will be not too much code modification to handle this case. Thanks for fixing this...
Associated revisions
History
#1 Updated by Jürgen Fischer over 10 years ago
- Category changed from Data Provider to Data Provider/Oracle
#2 Updated by Jürgen Fischer over 10 years ago
- Tracker changed from Bug report to Feature request
#3 Updated by Jürgen Fischer over 10 years ago
- Status changed from Open to Closed
Fixed in changeset 3978bff44709dd251f1739b441a5934f06653011.