Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.11.1.1
-
Normal
-
Repro attached
-
Seen in production
Description
The following query runs fine:
SELECT username, lastmodified FROM sys.sysusers;
...but the following query raises an exception:
SELECT username, lastmodified FROM sys.sysusers WHERE USERNAME = 'FRED';
...which is
ERROR 4251E: No one can view the 'SYSUSERS'.'PASSWORD' column.
Attachments
Attachments
Issue Links
- relates to
-
DERBY-866 Derby User Management Enhancements
- Closed