Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.2.2.0, 10.3.1.4
-
None
Description
SQL Grant / Revoke functionality was added in the 10.2 release, but the documentation for Derby's java.sql.DatabaseMetaData states that the methods getColumnPrivileges and getTablePrivileges are not supported. Implementations for these DatabaseMetaData methods were added as part of Grant / Revoke support, and the documentation for Derby's DatabaseMetaData implementation should be updated to reflect that.