[ 
https://issues.apache.org/jira/browse/DERBY-6221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13670522#comment-13670522
 ] 

Rick Hillegas commented on DERBY-6221:
--------------------------------------

Tests passed cleanly for me on 
derby-6221-01-aa-checkForPasswordProbeAtPreprocessTime.diff. Committed at 
subversion revision 1487946.
                
> Can't select from SYS.SYSUSERS if you use a WHERE clause in the query
> ---------------------------------------------------------------------
>
>                 Key: DERBY-6221
>                 URL: https://issues.apache.org/jira/browse/DERBY-6221
>             Project: Derby
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 10.11.0.0
>            Reporter: Rick Hillegas
>            Assignee: Rick Hillegas
>         Attachments: 
> derby-6221-01-aa-checkForPasswordProbeAtPreprocessTime.diff
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to