Rakesh Goyal
Rakesh Goyal

Reputation: 3231

Does Derby support table and column comments?

Does Derby support table and column comments?

Upvotes: 11

Views: 1169

Answers (2)

Lukas Eder
Lukas Eder

Reputation: 220842

Following up with Will A's answer This currently (version 10.14.2.0) still isn't supported. I have created a feature request for this, which tracks potential future support: https://issues.apache.org/jira/browse/DERBY-7008

Upvotes: 2

Will A
Will A

Reputation: 24988

By 'table and column comments' you mean the ability to associate a comment (e.g. a description of the table / column) with the object? No, it doesn't I'm afraid.

Upvotes: 8

Related Questions