This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262365 - Add support for meta comments on DB objects
Summary: Add support for meta comments on DB objects
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-08 10:52 UTC by brettryan
Modified: 2016-06-08 10:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description brettryan 2016-06-08 10:52:03 UTC
For databases that support comments on objects (Oracle, MySQL, H2, ...)

It would be brilliant to:

1). Show the comments/remarks against the properties.
2). Have comments appear in context sensitive help.

A third option which is a nice to have would be the ability to set the comment for a given object.

Comments are normally described by

    COMMENT ON <OBJECT_TYPE> <OBJECT_NAME> is '<COMMENT>'

Naturally any comment not set or blank should not be displayed.